Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Fix tkg-storage-class reconcile issue(#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo XiaoShuang authored and Guo XiaoShuang committed Feb 13, 2023
1 parent a4f9eff commit 5141695
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tkg-storageclass/bundle/config/upstream/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
name: default
annotations:
storageclass.kubernetes.io/is-default-class: "true"
kapp.k14s.io/update-strategy: always-replace
provisioner: ebs.csi.aws.com
allowVolumeExpansion: true
#@ end
Expand All @@ -22,6 +23,7 @@ metadata:
name: default
annotations:
storageclass.kubernetes.io/is-default-class: "true"
kapp.k14s.io/update-strategy: always-replace
labels:
kubernetes.io/cluster-service: "true"
provisioner: disk.csi.azure.com
Expand All @@ -36,6 +38,8 @@ kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: azure-file
annotations:
kapp.k14s.io/update-strategy: always-replace
labels:
kubernetes.io/cluster-service: "true"
provisioner: file.csi.azure.com
Expand All @@ -60,6 +64,7 @@ metadata:
name: default
annotations:
storageclass.kubernetes.io/is-default-class: "true"
kapp.k14s.io/update-strategy: always-replace
provisioner: csi.vsphere.vmware.com
allowVolumeExpansion: true
#@ if data.values.VSPHERE_STORAGE_POLICY_ID != "":
Expand Down

0 comments on commit 5141695

Please sign in to comment.