Skip to content

Commit

Permalink
chore: add job.nameSuffixOverride docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat committed Dec 16, 2024
1 parent 823da79 commit 0b6f774
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,13 @@ global:
containerSecurityContext: {}
# -- Global security Context for all pods.
podSecurityContext: {}
job:
# nameSuffixOverride:
# -- Suffix for jobs. You want jobs to be uniquely named across Helm Revisions as Kubernetes
# Jobs are immutable. Currently the suffix defaults to the Helm Chart's revision. This works
# well with `helm upgrade --install`. In case you use `helm template` you can change this to
# a timestamp. For GitOps operators such as Argo CD we recommend to use Resource Hooks or
# functionality that applies job changes through force Delete/Create instead Replace.
# job:
# nameSuffixOverride: '{{ dateInZone "2006-01-02-15-04-05" (now) "UTC" }}'

# Testkube requires a variety of secrets to operate.
# Any secret not provided manually will be automatically generated with a random value by the shared secret job.
Expand Down

0 comments on commit 0b6f774

Please sign in to comment.