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" }}
|
||||
- name: ADMIN_USERNAME
|
||||
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
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
@ -86,3 +86,4 @@ twitton: {}
|
|||
# localDomain
|
||||
# adminUsername
|
||||
# adminKeySecretName
|
||||
# adminIconUrl
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
image:
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
|
@ -18,3 +22,4 @@ twitton:
|
|||
localDomain: twitton.poire.dev
|
||||
adminUsername: aram
|
||||
adminKeySecretName: twitton-admin-keys
|
||||
adminIconUrl: https://i.imgur.com/DyflGFV.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue