Skip to content

Commit 7c77ded

Browse files
authored
Merge pull request #776 from joelanford/helm
Integrate Helm operator into SDK
2 parents ad7983e + 47c8462 commit 7c77ded

File tree

40 files changed

+2877
-15
lines changed

40 files changed

+2877
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ tags
102102
# Build artifacts
103103
build/*
104104
test/ansible-operator/ansible-operator
105+
test/helm-operator/helm-operator
105106

106107
# Test artifacts
107108
pkg/ansible/runner/testdata/valid.yaml

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
name: Ansible on OpenShift
2727
services:
2828
- docker
29+
- before_script: hack/ci/setup-openshift.sh
30+
env: CLUSTER=openshift
31+
script: make test/ci-helm
32+
name: Helm on OpenShift
33+
services:
34+
- docker
2935
- name: Markdown Link Checker
3036
language: bash
3137
before_install: true

0 commit comments

Comments
 (0)