twitton: configure icon. always pull image
This commit is contained in:
parent
9709159ecf
commit
de617f2b6e
3 changed files with 10 additions and 0 deletions
|
@ -56,6 +56,10 @@ spec:
|
||||||
value: {{ .Values.twitton.localDomain | required "must configure localDomain" }}
|
value: {{ .Values.twitton.localDomain | required "must configure localDomain" }}
|
||||||
- name: ADMIN_USERNAME
|
- name: ADMIN_USERNAME
|
||||||
value: {{ .Values.twitton.adminUsername | required "must configure adminUsername" }}
|
value: {{ .Values.twitton.adminUsername | required "must configure adminUsername" }}
|
||||||
|
{{- if .Values.twitton.adminIconUrl }}
|
||||||
|
- name: ADMIN_ICON_URL
|
||||||
|
value: {{ .Values.twitton.adminIconUrl }}
|
||||||
|
{{- end }}
|
||||||
- name: ADMIN_PUBLIC_KEY_PEM
|
- name: ADMIN_PUBLIC_KEY_PEM
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
@ -86,3 +86,4 @@ twitton: {}
|
||||||
# localDomain
|
# localDomain
|
||||||
# adminUsername
|
# adminUsername
|
||||||
# adminKeySecretName
|
# adminKeySecretName
|
||||||
|
# adminIconUrl
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
image:
|
||||||
|
tag: latest
|
||||||
|
pullPolicy: Always
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -18,3 +22,4 @@ twitton:
|
||||||
localDomain: twitton.poire.dev
|
localDomain: twitton.poire.dev
|
||||||
adminUsername: aram
|
adminUsername: aram
|
||||||
adminKeySecretName: twitton-admin-keys
|
adminKeySecretName: twitton-admin-keys
|
||||||
|
adminIconUrl: https://i.imgur.com/DyflGFV.png
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue