Skip to content

Commit

Permalink
fix permission-managger
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstales committed Apr 21, 2022
1 parent cf1d1ae commit ddde42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/permission-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
envFrom:
- secretRef:
{{- if .Values.config.existingSecret }}
name: {{ .Values.config.existingSecret }}
name: {{ .Values.config.existingSecret }}
{{- else }}
name: {{ include "permission-manager.fullname" . }}
name: {{ include "permission-manager.fullname" . }}
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit ddde42a

Please sign in to comment.