allow setting revisionHistoryLimit for the deployment
This commit is contained in:
@@ -16,10 +16,16 @@ image:
|
||||
|
||||
# -- This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
imagePullSecrets: []
|
||||
|
||||
# -- This is to override the chart name.
|
||||
nameOverride: ""
|
||||
|
||||
# -- This is to override the chart name, but used in more places
|
||||
fullnameOverride: ""
|
||||
|
||||
# -- how many revisions of the deployment to keep for rollbacks
|
||||
revisionHistoryLimit: 10
|
||||
|
||||
# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
|
||||
serviceAccount:
|
||||
# -- Specifies whether a service account should be created
|
||||
|
||||
Reference in New Issue
Block a user