Skip to content

Commit 571fb2c

Browse files
committed
Add combined-ca-bundle secret for dataplane-deploy-no-nodes-test
The dataplane-deploy-no-nodes-test kuttl test require that a combined-ca-bundle Secret exists so that it can be mounted by the ansibleee job pods. When running all the kuttl tests together, the ctlplane tests would create the secret. However, when running just this test in isolation it needs to be created. The other dataplane tests that need this Secret to exist already handle creating it on their own. Signed-off-by: James Slagle <jslagle@redhat.com>
1 parent 6b57234 commit 571fb2c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

test/kuttl/tests/dataplane-deploy-no-nodes-test/00-dataplane-create.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
apiVersion: v1
2+
data:
3+
internal-ca-bundle.pem: ""
4+
tls-ca-bundle.pem: ""
5+
kind: Secret
6+
metadata:
7+
labels:
8+
combined-ca-bundle: ""
9+
name: combined-ca-bundle
10+
type: Opaque
11+
---
12+
apiVersion: v1
213
kind: Secret
314
metadata:
415
name: nova-cell1-compute-config

0 commit comments

Comments
 (0)