diff --git a/infrastructure.yaml b/infrastructure.yaml index b7e4804..810689e 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -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