We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019410c commit a7b0a4eCopy full SHA for a7b0a4e
charts/vault-raft-snapshot-agent/values.yaml
@@ -40,7 +40,7 @@ deployment:
40
repo: ghcr.io/argelbargel/vault-raft-snapshot-agent
41
# -- (string) the image's tag
42
# @default -- `.Chart.AppVersion`
43
- tag:
+ tag:
44
45
# -- New releases of vault-raft-snapshot-agent always change the
46
# `.Chart.AppVersion` of this chart thus must only be changed
@@ -67,7 +67,7 @@ serviceAccount:
67
create: true
68
# -- name of the service account to use.
69
# @default -- chart name according to name settings. `.fullNameOverride` and `.nameOverride` are taken into account
70
- name:
+ name:
71
72
# -- Annotations to add to the service account
73
annotations: {}
0 commit comments