File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed
helm-cluster-scoped/templates Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
2
1
apiVersion : rbac.authorization.k8s.io/v1
3
2
kind : ClusterRoleBinding
4
3
metadata :
@@ -15,7 +14,6 @@ subjects:
15
14
namespace : {{ .Values.operatorNamespace }}
16
15
17
16
---
18
- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
19
17
apiVersion : rbac.authorization.k8s.io/v1
20
18
kind : ClusterRole
21
19
metadata :
96
94
- watch
97
95
98
96
---
99
- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
100
97
apiVersion : v1
101
98
kind : ServiceAccount
102
99
metadata :
Original file line number Diff line number Diff line change 1
- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
2
1
apiVersion : apps/v1
3
2
kind : Deployment
4
3
metadata :
Original file line number Diff line number Diff line change 1
- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
2
1
apiVersion : rbac.authorization.k8s.io/v1
3
2
kind : RoleBinding
4
3
metadata :
@@ -16,7 +15,6 @@ subjects:
16
15
namespace : {{ .Values.operatorNamespace }}
17
16
18
17
---
19
- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
20
18
apiVersion : rbac.authorization.k8s.io/v1
21
19
kind : Role
22
20
metadata :
@@ -208,7 +206,6 @@ rules:
208
206
- watch
209
207
210
208
---
211
- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
212
209
apiVersion : v1
213
210
kind : ServiceAccount
214
211
metadata :
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ merge_yaml() {
50
50
echo -e " \n---" >> $output_file
51
51
cat $HELM_SRC_DIR /templates/ibm-common-service-operator-sa.yaml >> $output_file
52
52
fi
53
+
54
+ sed -i ' /^# Generated by \[Kustohelmize\]/d' $output_file
53
55
}
54
56
55
57
# ----------------- Namespace-scoped resources -----------------
You can’t perform that action at this time.
0 commit comments