Skip to content

Commit

Permalink
bug :: 버그수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 28, 2024
1 parent e70b613 commit b743205
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/xquare-application/templates/argocd-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ spec:
path: {{ .source.path }}
repoURL: {{ .source.repoURL }}
targetRevision: HEAD
{{ if .source.valueFiles }}
helm:
valueFiles:
{{- range .source.valueFiles}}
{{- range .values }}
- {{ . | quote }}
{{- end }}
{{ end}}
{{ end }}
syncPolicy:
automated:
prune: {{ .syncPolicy.automated.prune }}
Expand Down
1 change: 1 addition & 0 deletions charts/xquare-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ projects:
source:
path: apps/karpenter-nodepool
repoURL: https://github.com/team-xquare/k8s-resource.git
valueFiles: ["values-platform.yaml", "values-service.yaml"]
syncPolicy:
automated:
prune: false
Expand Down

0 comments on commit b743205

Please sign in to comment.