apps: fix secrets spec
This commit is contained in:
parent
bd5d0efac4
commit
66379934e9
|
@ -6,4 +6,4 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
fields:
|
||||
- fieldname: password
|
||||
- fieldName: password
|
||||
|
|
|
@ -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,7 +34,9 @@ data:
|
|||
- "${taiga_domain}"
|
||||
|
||||
env:
|
||||
mailer:
|
||||
#taigaURL: "https://${taiga_domain}"
|
||||
#taigaWebsocketsURL: "ws://${taiga_domain}"
|
||||
|
||||
enableEmail: "${outgoing_mail_enabled}"
|
||||
emailHost: "${outgoing_mail_smtp_host}"
|
||||
emailPort: "${outgoing_mail_smtp_port}"
|
||||
|
@ -43,7 +44,7 @@ data:
|
|||
emailHostPassword: "${outgoing_mail_smtp_password}"
|
||||
defaultFromEmail: "${outgoing_mail_from_address}"
|
||||
|
||||
# TODO Adjust taiga OpenID Connect Single Sign-On Configuration
|
||||
# taiga OpenID Connect Single Sign-On Configuration
|
||||
# - name: Stackspin
|
||||
# key: "${client_id}"
|
||||
# secret: "${client_secret}"
|
||||
|
|
|
@ -6,4 +6,4 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
fields:
|
||||
- fieldname: password
|
||||
- fieldName: password
|
||||
|
|
Loading…
Reference in New Issue