[hotfix] fix config postgres_exporter 8 (!88)
Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech> Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/88
This commit is contained in:
@@ -21,6 +21,14 @@ serviceAccount:
|
||||
# If not set and create is true, a name is generated using the fullname template
|
||||
name: vault
|
||||
|
||||
# The securityContext of the pod.
|
||||
# See https://kubernetes.io/docs/concepts/policy/security-context/ for more.
|
||||
podSecurityContext: []
|
||||
|
||||
# The securityContext of the container.
|
||||
# See https://kubernetes.io/docs/concepts/policy/security-context/ for more.
|
||||
securityContext: []
|
||||
|
||||
config:
|
||||
## The datasource properties on config are passed through helm tpl function.
|
||||
## ref: https://helm.sh/docs/developing_charts/#using-the-tpl-function
|
||||
@@ -54,10 +62,6 @@ annotations:
|
||||
vault.security.banzaicloud.io/vault-role: "cloud-prod"
|
||||
vault.security.banzaicloud.io/vault-skip-verify: "false"
|
||||
vault.security.banzaicloud.io/vault-path: "avroid-office"
|
||||
vault.security.banzaicloud.io/run-as-non-root: "true"
|
||||
vault.security.banzaicloud.io/run-as-user: "1001"
|
||||
vault.security.banzaicloud.io/run-as-group: "1001"
|
||||
vault.security.banzaicloud.io/readonly-root-fs: "true"
|
||||
|
||||
# Labels and annotations to attach to the deployment resource
|
||||
deployment:
|
||||
@@ -66,7 +70,3 @@ deployment:
|
||||
vault.security.banzaicloud.io/vault-role: "cloud-prod"
|
||||
vault.security.banzaicloud.io/vault-skip-verify: "false"
|
||||
vault.security.banzaicloud.io/vault-path: "avroid-office"
|
||||
vault.security.banzaicloud.io/run-as-non-root: "true"
|
||||
vault.security.banzaicloud.io/run-as-user: "1001"
|
||||
vault.security.banzaicloud.io/run-as-group: "1001"
|
||||
vault.security.banzaicloud.io/readonly-root-fs: "true"
|
||||
|
||||
Reference in New Issue
Block a user