We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 803e030 + ed9904c commit b7a1b5eCopy full SHA for b7a1b5e
charts/secrets-store-csi-driver/templates/csidriver.yaml
@@ -5,7 +5,7 @@ metadata:
5
spec:
6
podInfoOnMount: true
7
attachRequired: false
8
-{{- if semverCompare ">=1.16-0" .Capabilities.KubeVersion.GitVersion }}
+{{- if semverCompare ">=1.16-0" .Capabilities.KubeVersion.Version }}
9
# Added in Kubernetes 1.16 with default mode of Persistent. Secrets store csi driver needs Ephermeral to be set.
10
volumeLifecycleModes:
11
- Ephemeral
0 commit comments