Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
mitalipaygude committed Jun 11, 2024
1 parent 8c2bbf2 commit 04380dd
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions pkg/providers/vsphere/testdata/expected_kcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,17 +450,6 @@ spec:
---
apiVersion: v1
kind: Secret
metadata:
name: test-vsphere-credentials
namespace: eksa-system
labels:
clusterctl.cluster.x-k8s.io/move: "true"
data:
username: bXBheWd1ZGVAYW1hem9uLmNvbQ==
password: UmlzaGxwYSQxOTY5
---
apiVersion: v1
kind: Secret
metadata:
name: test-cloud-controller-manager
namespace: eksa-system
Expand All @@ -472,24 +461,7 @@ stringData:
name: cloud-controller-manager
namespace: kube-system
type: addons.cluster.x-k8s.io/resource-set
---
apiVersion: v1
kind: Secret
metadata:
name: test-cloud-provider-vsphere-credentials
namespace: eksa-system
stringData:
data: |
apiVersion: v1
kind: Secret
metadata:
name: cloud-provider-vsphere-credentials
namespace: kube-system
data:
vsphere_server.password: UmlzaGxwYSQxOTY5
vsphere_server.username: bXBheWd1ZGVAYW1hem9uLmNvbQ==
type: Opaque
type: addons.cluster.x-k8s.io/resource-set

---
apiVersion: v1
data:
Expand Down

0 comments on commit 04380dd

Please sign in to comment.