Compare commits
1 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
831c484763 |
@@ -10,8 +10,10 @@ spec:
|
|||||||
template:
|
template:
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
postgres-password: "{{ .psql | trim }}"
|
postgres-password: |-
|
||||||
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}"
|
{{ .psql }}
|
||||||
|
N8N_ENCRYPTION_KEY: |-
|
||||||
|
{{ .enc_pass }}
|
||||||
data:
|
data:
|
||||||
- secretKey: psql
|
- secretKey: psql
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user