Enabled vault
This commit is contained in:
parent
1873cc8b73
commit
74ee1c7bf2
|
@ -30,6 +30,12 @@ application:
|
|||
host: kafka.kafka
|
||||
port: 9092
|
||||
|
||||
vault:
|
||||
enabled: true
|
||||
applicationName: wahlrecht
|
||||
organizationId: 2015ed6d-3c84-48d5-9aca-99b0034b8b5a
|
||||
projectId: 21153839-1630-4f55-9803-0220e3af458d
|
||||
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 70
|
||||
|
||||
|
|
|
@ -164,13 +164,13 @@ autoscaling:
|
|||
# targetMemoryUtilizationPercentage: 80
|
||||
vault:
|
||||
# If enabled, no ordinary secret resource will be created, even if secrets value is populated.
|
||||
enabled: false
|
||||
enabled: true
|
||||
# name of the Vault secrets applications
|
||||
applicationName: ""
|
||||
applicationName: "wahlrecht"
|
||||
# id of the organization in Vault secrets
|
||||
organizationId: ""
|
||||
organizationId: "2015ed6d-3c84-48d5-9aca-99b0034b8b5a"
|
||||
# id of the project in Vault secrets
|
||||
projectId: ""
|
||||
projectId: "21153839-1630-4f55-9803-0220e3af458d"
|
||||
# if not provided, vault-secrets-operator-system will be used
|
||||
operatorNamespace: ""
|
||||
# Configure nodeSelector, contents will be added verbatim to key nodeSelector in deployment pod template
|
||||
|
|
Reference in New Issue