-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug-go-test.sh
More file actions
17 lines (15 loc) · 846 Bytes
/
debug-go-test.sh
File metadata and controls
17 lines (15 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
cp deploy/service_account.yaml deploy/namespace-init.yaml
echo -e "\n---\n" >> deploy/namespace-init.yaml
cat deploy/role.yaml >> deploy/namespace-init.yaml
echo -e "\n---\n" >> deploy/namespace-init.yaml
cat deploy/role_binding.yaml >> deploy/namespace-init.yaml
# echo -e "\n---\n" >> deploy/namespace-init.yaml
# cat deploy/operator.yaml >> deploy/namespace-init.yaml
cp deploy/crds/operator.ibm.com_operandconfigs_crd.yaml deploy/crds-init.yaml
echo -e "\n---\n" >> deploy/crds-init.yaml
cat deploy/crds/operator.ibm.com_operandregistries_crd.yaml >> deploy/crds-init.yaml
echo -e "\n---\n" >> deploy/crds-init.yaml
cat deploy/crds/operator.ibm.com_operandrequests_crd.yaml >> deploy/crds-init.yaml
echo -e "\n---\n" >> deploy/crds-init.yaml
cat deploy/crds/operator.ibm.com_operandbindinfos_crd.yaml >> deploy/crds-init.yaml