apps: fix secrets spec
This commit is contained in:
parent
bd5d0efac4
commit
66379934e9
|
@ -6,4 +6,4 @@ metadata:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
fields:
|
fields:
|
||||||
- fieldname: password
|
- fieldName: password
|
||||||
|
|
|
@ -6,7 +6,6 @@ metadata:
|
||||||
data:
|
data:
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
# https://github.com/nemonik/taiga-helm/blob/master/values.yaml
|
# https://github.com/nemonik/taiga-helm/blob/master/values.yaml
|
||||||
# TODO verify structure matches chart
|
|
||||||
commonLabels:
|
commonLabels:
|
||||||
stackspin.net/backupSet: "taiga"
|
stackspin.net/backupSet: "taiga"
|
||||||
podLabels:
|
podLabels:
|
||||||
|
@ -35,7 +34,9 @@ data:
|
||||||
- "${taiga_domain}"
|
- "${taiga_domain}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
mailer:
|
#taigaURL: "https://${taiga_domain}"
|
||||||
|
#taigaWebsocketsURL: "ws://${taiga_domain}"
|
||||||
|
|
||||||
enableEmail: "${outgoing_mail_enabled}"
|
enableEmail: "${outgoing_mail_enabled}"
|
||||||
emailHost: "${outgoing_mail_smtp_host}"
|
emailHost: "${outgoing_mail_smtp_host}"
|
||||||
emailPort: "${outgoing_mail_smtp_port}"
|
emailPort: "${outgoing_mail_smtp_port}"
|
||||||
|
@ -43,7 +44,7 @@ data:
|
||||||
emailHostPassword: "${outgoing_mail_smtp_password}"
|
emailHostPassword: "${outgoing_mail_smtp_password}"
|
||||||
defaultFromEmail: "${outgoing_mail_from_address}"
|
defaultFromEmail: "${outgoing_mail_from_address}"
|
||||||
|
|
||||||
# TODO Adjust taiga OpenID Connect Single Sign-On Configuration
|
# taiga OpenID Connect Single Sign-On Configuration
|
||||||
# - name: Stackspin
|
# - name: Stackspin
|
||||||
# key: "${client_id}"
|
# key: "${client_id}"
|
||||||
# secret: "${client_secret}"
|
# secret: "${client_secret}"
|
||||||
|
|
|
@ -6,4 +6,4 @@ metadata:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
fields:
|
fields:
|
||||||
- fieldname: password
|
- fieldName: password
|
||||||
|
|
Loading…
Reference in New Issue