File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
charts/appset-secret-plugin Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: A Helm chart for adding a K8s Secret Plugin Generator to Argo CD Ap
66# to be deployed.
77type : application
88
9- version : 1.3 .0
9+ version : 1.4 .0
1010
1111# renovate: image=jessebot/argocd-appset-secret-plugin
1212appVersion : " v0.9.0"
Original file line number Diff line number Diff line change 11# appset-secret-plugin
22
3- ![ Version: 1.3 .0] ( https://img.shields.io/badge/Version-1.3 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.9.0] ( https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square )
3+ ![ Version: 1.4 .0] ( https://img.shields.io/badge/Version-1.4 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.9.0] ( https://img.shields.io/badge/AppVersion-v0.9.0-informational?style=flat-square )
44
55A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
66
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ metadata:
1212rules :
1313 - apiGroups : [""] # "" indicates the core API group
1414 resources : ["secrets"]
15+ resourceNames : [{{ .Values.secretVars.existingSecret | quote }}]
1516 verbs : ["get", "watch", "list"]
1617{{- end}}
Original file line number Diff line number Diff line change 7070 mountPath : {{ .Values.configReloader.folder }}
7171
7272 - name : {{ .Chart.Name }}
73+ {{- with .Values.securityContext }}
7374 securityContext :
74- {{- toYaml .Values.securityContext | nindent 12 }}
75+ {{- toYaml . | nindent 12 }}
76+ {{- end }}
7577 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
7678 imagePullPolicy : {{ .Values.image.pullPolicy }}
7779 ports :
You can’t perform that action at this time.
0 commit comments