Skip to content

Commit

Permalink
Pull outpost imagePullSecrets definition out.
Browse files Browse the repository at this point in the history
This will be moved into the outpost configuration in the future.
  • Loading branch information
ikogan committed Oct 11, 2021
1 parent b65025c commit 855f820
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions charts/authentik/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ spec:
valueFrom:
{{- toYaml $val | nindent 16 }}
{{- end }}
{{- if $.Values.imagePullSecrets }}
- name: AUTHENTIK_OUTPOSTS__KUBERNETES_IMAGE_PULL_SECRETS
value: |
{{ toJson $.Values.imagePullSecrets }}
{{- end }}
{{- with $.Values.envFrom }}
envFrom:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 855f820

Please sign in to comment.