Skip to content
Snippets Groups Projects
Unverified Commit 4c803d57 authored by Hoat Le's avatar Hoat Le Committed by GitHub
Browse files

@ #5008 | Local path provisioner boolean annotation is rendered incorrectly and not applied (#5669)

parent b34ec6c4
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ kind: StorageClass ...@@ -4,7 +4,7 @@ kind: StorageClass
metadata: metadata:
name: {{ local_path_provisioner_storage_class }} name: {{ local_path_provisioner_storage_class }}
annotations: annotations:
storageclass.kubernetes.io/is-default-class: {{ local_path_provisioner_is_default_storageclass }} storageclass.kubernetes.io/is-default-class: "{{ local_path_provisioner_is_default_storageclass }}"
provisioner: rancher.io/local-path provisioner: rancher.io/local-path
volumeBindingMode: WaitForFirstConsumer volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: {{ local_path_provisioner_reclaim_policy }} reclaimPolicy: {{ local_path_provisioner_reclaim_policy }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment