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)
21apiVersion : rbac.authorization.k8s.io/v1
32kind : ClusterRoleBinding
43metadata :
@@ -15,7 +14,6 @@ subjects:
1514 namespace : {{ .Values.operatorNamespace }}
1615
1716---
18- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
1917apiVersion : rbac.authorization.k8s.io/v1
2018kind : ClusterRole
2119metadata :
9694 - watch
9795
9896---
99- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
10097apiVersion : v1
10198kind : ServiceAccount
10299metadata :
Original file line number Diff line number Diff line change 1- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
21apiVersion : apps/v1
32kind : Deployment
43metadata :
Original file line number Diff line number Diff line change 1- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
21apiVersion : rbac.authorization.k8s.io/v1
32kind : RoleBinding
43metadata :
@@ -16,7 +15,6 @@ subjects:
1615 namespace : {{ .Values.operatorNamespace }}
1716
1817---
19- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
2018apiVersion : rbac.authorization.k8s.io/v1
2119kind : Role
2220metadata :
@@ -208,7 +206,6 @@ rules:
208206 - watch
209207
210208---
211- # Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
212209apiVersion : v1
213210kind : ServiceAccount
214211metadata :
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ merge_yaml() {
5050 echo -e " \n---" >> $output_file
5151 cat $HELM_SRC_DIR /templates/ibm-common-service-operator-sa.yaml >> $output_file
5252 fi
53+
54+ sed -i ' /^# Generated by \[Kustohelmize\]/d' $output_file
5355}
5456
5557# ----------------- Namespace-scoped resources -----------------
You can’t perform that action at this time.
0 commit comments