Skip to content

Commit e94c1b4

Browse files
committed
removed extra comment
Signed-off-by: YuChen <[email protected]>
1 parent c58d0d3 commit e94c1b4

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

helm-cluster-scoped/templates/cluster-rbac.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
21
apiVersion: rbac.authorization.k8s.io/v1
32
kind: ClusterRoleBinding
43
metadata:
@@ -15,7 +14,6 @@ subjects:
1514
namespace: {{ .Values.operatorNamespace }}
1615

1716
---
18-
# Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
1917
apiVersion: rbac.authorization.k8s.io/v1
2018
kind: ClusterRole
2119
metadata:
@@ -96,7 +94,6 @@ rules:
9694
- watch
9795

9896
---
99-
# Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
10097
apiVersion: v1
10198
kind: ServiceAccount
10299
metadata:

helm/templates/operator-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
21
apiVersion: apps/v1
32
kind: Deployment
43
metadata:

helm/templates/rbac.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
21
apiVersion: rbac.authorization.k8s.io/v1
32
kind: RoleBinding
43
metadata:
@@ -16,7 +15,6 @@ subjects:
1615
namespace: {{ .Values.operatorNamespace }}
1716

1817
---
19-
# Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
2018
apiVersion: rbac.authorization.k8s.io/v1
2119
kind: Role
2220
metadata:
@@ -208,7 +206,6 @@ rules:
208206
- watch
209207

210208
---
211-
# Generated by [Kustohelmize](https://github.com/yeahdongcn/kustohelmize)
212209
apiVersion: v1
213210
kind: ServiceAccount
214211
metadata:

scripts/restructure_helm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 -----------------

0 commit comments

Comments
 (0)