Skip to content

Commit

Permalink
Comment for the templatepatch
Browse files Browse the repository at this point in the history
  • Loading branch information
RJaliliSTFC committed Nov 27, 2024
1 parent 0a033b5 commit b4c2a67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion clusters/prod/worker/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ spec:
allowEmpty: true
syncOptions:
- CreateNamespace=true


# Clusterrole and clusterrolebinding get updated after creation by the helm chart
# this causes ArgoCD outofsync issues so we ignore differences
# rules gets updated
templatePatch: |
{{- if eq .name "manila-csi" }}
spec:
Expand Down

0 comments on commit b4c2a67

Please sign in to comment.