twitton: configure icon. always pull image

This commit is contained in:
Aram 🍐 2022-12-21 02:41:18 -05:00
parent 9709159ecf
commit de617f2b6e
3 changed files with 10 additions and 0 deletions

View file

@ -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:

View file

@ -86,3 +86,4 @@ twitton: {}
# localDomain
# adminUsername
# adminKeySecretName
# adminIconUrl

View file

@ -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