Skip to content

Commit

Permalink
feat :: server side apply 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 1, 2024
1 parent d4ecb18 commit d19f30e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/xquare-application/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
type: application
name: xquare-application
version: 1.0.46
version: 1.0.47
appVersion: "1.0.0"
description: Xquare application
4 changes: 4 additions & 0 deletions charts/xquare-application/templates/argocd-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
repoURL: {{ .source.repoURL }}
targetRevision: HEAD
syncPolicy:
{{- if eq .name "kube-prometheus-stack" }}
syncOptions:
- ServerSideApply=true
{{- end }}
automated:
prune: {{ .syncPolicy.automated.prune }}
selfHeal: {{ .syncPolicy.automated.selfHeal }}
Expand Down

0 comments on commit d19f30e

Please sign in to comment.