AI fix to secret mappings for kimai
This commit is contained in:
parent
f3efdda66f
commit
0b974d01da
|
|
@ -16,13 +16,12 @@ persistence:
|
||||||
database:
|
database:
|
||||||
type: mariadb
|
type: mariadb
|
||||||
|
|
||||||
|
existingSecret: kimai-secrets
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
existingSecret: kimai-secrets
|
existingSecret: kimai-secrets
|
||||||
existingSecretMappings:
|
|
||||||
rootPassword: kimai-db-root-password
|
|
||||||
password: kimai-db-password
|
|
||||||
username: kimai
|
username: kimai
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,14 @@ spec:
|
||||||
target:
|
target:
|
||||||
name: kimai-secrets
|
name: kimai-secrets
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
|
template:
|
||||||
|
engineVersion: v2
|
||||||
|
mergePolicy: Merge
|
||||||
|
data:
|
||||||
|
app-secret: '{{ index . "kimai-admin-password" }}'
|
||||||
|
admin-password: '{{ index . "kimai-admin-password" }}'
|
||||||
|
mailer-url: 'null://localhost'
|
||||||
|
database-url: 'mysql://kimai:{{ index . "mariadb-password" }}@kimai-mariadb/kimai?charset=utf8&serverVersion=10.6'
|
||||||
data:
|
data:
|
||||||
- secretKey: mariadb-root-password
|
- secretKey: mariadb-root-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue