apps: fix secrets spec

This commit is contained in:
xeruf 2024-03-02 12:54:19 +01:00
parent bd5d0efac4
commit 66379934e9
3 changed files with 12 additions and 11 deletions

View File

@ -6,4 +6,4 @@ metadata:
namespace: flux-system
spec:
fields:
- fieldname: password
- fieldName: password

View File

@ -6,7 +6,6 @@ metadata:
data:
values.yaml: |
# https://github.com/nemonik/taiga-helm/blob/master/values.yaml
# TODO verify structure matches chart
commonLabels:
stackspin.net/backupSet: "taiga"
podLabels:
@ -35,15 +34,17 @@ data:
- "${taiga_domain}"
env:
mailer:
enableEmail: "${outgoing_mail_enabled}"
emailHost: "${outgoing_mail_smtp_host}"
emailPort: "${outgoing_mail_smtp_port}"
emailHostUser: "${outgoing_mail_smtp_user}"
emailHostPassword: "${outgoing_mail_smtp_password}"
defaultFromEmail: "${outgoing_mail_from_address}"
#taigaURL: "https://${taiga_domain}"
#taigaWebsocketsURL: "ws://${taiga_domain}"
# TODO Adjust taiga OpenID Connect Single Sign-On Configuration
enableEmail: "${outgoing_mail_enabled}"
emailHost: "${outgoing_mail_smtp_host}"
emailPort: "${outgoing_mail_smtp_port}"
emailHostUser: "${outgoing_mail_smtp_user}"
emailHostPassword: "${outgoing_mail_smtp_password}"
defaultFromEmail: "${outgoing_mail_from_address}"
# taiga OpenID Connect Single Sign-On Configuration
# - name: Stackspin
# key: "${client_id}"
# secret: "${client_secret}"

View File

@ -6,4 +6,4 @@ metadata:
namespace: flux-system
spec:
fields:
- fieldname: password
- fieldName: password