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

Commit

Permalink
update awsebscsiconfig name to clustername-packagename
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwubj committed Sep 25, 2022
1 parent 3d7ada1 commit 68be32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/v1/providers/yttcb/clusterbootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ apiVersion: csi.tanzu.vmware.com/v1alpha1
kind: AwsEbsCSIConfig
metadata:
name: #@ data.values.CLUSTER_NAME
name: #@ "{}-aws-ebs-csi-driver-package".format(data.values.CLUSTER_NAME)
namespace: #@ data.values.NAMESPACE
spec:
awsEBSCSIDriver:
Expand Down

0 comments on commit 68be32d

Please # to comment.