File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# # Append samples you want in your CSV to this file as resources ##
22resources :
33- designate_v1beta1_designate.yaml
4- - designate_redis.yaml
54# +kubebuilder:scaffold:manifestskustomizesamples
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: TestStep
33commands :
44 - script : |
55 cp ../../../../config/samples/designate_v1beta1_designate.yaml deploy
6- cp ../../../../config/samples/designate_redis .yaml deploy
6+ cp redis .yaml deploy
77 cp ../../../../demo/examples/ns_records/ns_records_CR_example.yaml deploy
88 # Do not modify the designate network attachment if it already
99 # exists.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ kind: Kustomization
33resources :
44- ./designate_nad.yaml
55- ./designate_v1beta1_designate.yaml
6- - ./designate_redis .yaml
6+ - ./redis .yaml
Original file line number Diff line number Diff line change 1+ ---
12apiVersion : redis.openstack.org/v1beta1
23kind : Redis
34metadata :
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ commands:
44 - script : |
55 cp ../../common/designate_nad.yaml .
66 oc apply -n $NAMESPACE -f designate_nad.yaml
7+ oc apply -n $NAMESPACE -f redis.yaml
Original file line number Diff line number Diff line change 1+ ---
12apiVersion : redis.openstack.org/v1beta1
23kind : Redis
34metadata :
45 name : designate-redis
56spec :
67 replicas : 1
7- tls :
8- secretName : cert-designate-redis-svc
9- caBundleSecretName : combined-ca-bundle
You can’t perform that action at this time.
0 commit comments