Skip to content

Commit

Permalink
Merge pull request #655 from bhumi46/release-1.2.0.x
Browse files Browse the repository at this point in the history
[MOSIP-33067] update roles.yaml to get configmap
  • Loading branch information
ckm007 authored Jul 24, 2024
2 parents 3dadf94 + 1323902 commit e18ef0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/regclient/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Create the name of the service account to use
*/}}
{{- define "regclient.serviceAccountName" -}}
{{- if .Values.serviceAccount.create -}}
{{ default (printf "%s-foo" (include "common.names.fullname" .)) .Values.serviceAccount.name }}
{{ default (include "common.names.fullname" .) .Values.serviceAccount.name }}
{{- else -}}
{{ default "default" .Values.serviceAccount.name }}
{{- end -}}
Expand Down
2 changes: 1 addition & 1 deletion helm/regclient/templates/keystorerole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods","configmaps", "secrets"]
verbs: ["create", "delete", "patch"]
verbs: ["get", "create", "delete", "patch"]

0 comments on commit e18ef0f

Please sign in to comment.