Skip to content

Commit b7a1b5e

Browse files
authored
Merge pull request #184 from aramase/update-helm
helm: switch to using version instead of gitversion
2 parents 803e030 + ed9904c commit b7a1b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/secrets-store-csi-driver/templates/csidriver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
podInfoOnMount: true
77
attachRequired: false
8-
{{- if semverCompare ">=1.16-0" .Capabilities.KubeVersion.GitVersion }}
8+
{{- if semverCompare ">=1.16-0" .Capabilities.KubeVersion.Version }}
99
# Added in Kubernetes 1.16 with default mode of Persistent. Secrets store csi driver needs Ephermeral to be set.
1010
volumeLifecycleModes:
1111
- Ephemeral

0 commit comments

Comments
 (0)