We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f810c commit 98ba9a5Copy full SHA for 98ba9a5
charts/tempo-distributed/templates/_helpers.tpl
@@ -384,6 +384,7 @@ spec:
384
- name: patch-pvc-{{ $template }}-{{ $index }}
385
image: {{ printf "%s/kubectl:%s" (coalesce $.context.Values.global.image.registry "registry.k8s.io") $.context.Capabilities.KubeVersion.Version }}
386
command:
387
+ - kubectl
388
- patch
389
- pvc
390
- --namespace={{ $newStatefulSet.metadata.namespace }}
0 commit comments