File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 49
49
- name : Package CRDs
50
50
shell : bash
51
51
run : |
52
- cat <<EOF > cmd/k8s-operator/deploy/chart/templates/crds.yaml
53
- {{- if .Values.installCRDs }}
54
- EOF
55
- for file in cmd/k8s-operator/deploy/crds/*.yaml; do
56
- echo "---" >> cmd/k8s-operator/deploy/chart/templates/crds.yaml
57
- cat "$file" >> cmd/k8s-operator/deploy/chart/templates/crds.yaml
58
- done
59
- cat <<EOF >> cmd/k8s-operator/deploy/chart/templates/crds.yaml
60
- {{- end }}
61
- EOF
52
+ cp -r cmd/k8s-operator/deploy/crds cmd/k8s-operator/deploy/chart
62
53
63
54
- name : Package & Push Helm Charts
64
55
shell : bash
Original file line number Diff line number Diff line change @@ -43,3 +43,5 @@ client/web/build/assets
43
43
44
44
/gocross
45
45
/dist
46
+
47
+ .DS_Store
You can’t perform that action at this time.
0 commit comments