fix(deployment): restartPolicy

This commit is contained in:
2024-11-26 19:48:20 +01:00
parent 4945cd1c2e
commit 2dd99e8b13
4 changed files with 16 additions and 0 deletions

View File

@ -204,6 +204,9 @@ deployment:
## @param deployment.replicaCount Number of replicas for the postgres-exporter deployment.
replicaCount: 1
## @param deployment.restartPolicy Restart policy of the postgres-exporter deployment.
restartPolicy: ""
## @param deployment.securityContext Security context of the postgres-exporter deployment.
securityContext: {}
# fsGroup: 2000