Skip to content

Commit

Permalink
Add missed test manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
adiantum committed Oct 10, 2024
1 parent 2941c32 commit 3360eba
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apiVersion: anywhere.eks.amazonaws.com/v1alpha1
kind: NutanixDatacenterConfig
metadata:
name: eksa-unit-test
namespace: default
spec:
endpoint: "prism.nutanix.com"
port: 9440
credentialRef:
kind: Secret
name: "nutanix-credentials"
insecure: true
failureDomains:
- name: "pe1"
cluster:
type: name
name: "prism-cluster"
subnets:
- type: uuid
uuid: "2d166190-7759-4dc6-b835-923262d6b497"
workerMachineGroups:
- eksa-unit-test-1
- name: "pe2"
cluster:
type: uuid
uuid: "4d69ca7d-022f-49d1-a454-74535993bda4"
subnets:
- type: name
name: "prism-subnet"
workerMachineGroups:
- eksa-unit-test-1

0 comments on commit 3360eba

Please sign in to comment.