13 lines
257 B
Go Template
13 lines
257 B
Go Template
global:
|
|
image:
|
|
repository: {{ .Values.registry }}/goauthentik/server
|
|
imagePullSecrets:
|
|
- name: regcred
|
|
redis:
|
|
global:
|
|
imageRegistry: {{ .Values.registry}}
|
|
imagePullSecrets:
|
|
- regcred
|
|
security:
|
|
allowInsecureImages: true
|