mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
++ add valkey secret
This commit is contained in:
parent
e990c14412
commit
7cdcf92450
@ -44,6 +44,30 @@ environments:
|
||||
lifecycle:
|
||||
ignore_changes: true
|
||||
|
||||
- name: valkey-secret
|
||||
namespace: documentations-prod
|
||||
type: opaque
|
||||
custom_keys:
|
||||
url: "host:port"
|
||||
random_keys:
|
||||
host:
|
||||
length: 5
|
||||
special: false
|
||||
port:
|
||||
length: 5
|
||||
special: false
|
||||
cert:
|
||||
length: 5
|
||||
special: false
|
||||
login:
|
||||
length: 5
|
||||
special: false
|
||||
password:
|
||||
length: 5
|
||||
special: false
|
||||
lifecycle:
|
||||
ignore_changes: true
|
||||
|
||||
# # Пример секрета для другой базы данных (test_db/test)
|
||||
# - name: test-db-secret
|
||||
# namespace: pulse
|
||||
|
||||
Loading…
Reference in New Issue
Block a user