Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d800ffbfb |
@@ -106,4 +106,4 @@ jobs:
|
|||||||
kubectl auth whoami
|
kubectl auth whoami
|
||||||
kubectl get ns
|
kubectl get ns
|
||||||
|
|
||||||
kubectl apply -f deploy/
|
kubectl apply -k deploy/
|
||||||
|
|||||||
10
deploy/kustomization.yaml
Normal file
10
deploy/kustomization.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- namespace_gateway-cert-operator-system.yaml
|
||||||
|
- serviceaccount_gateway-cert-operator.yaml
|
||||||
|
- clusterrole_gateway-cert-operator.yaml
|
||||||
|
- clusterrolebinding_gateway-cert-operator.yaml
|
||||||
|
- deployment_gateway-cert-operator.yaml
|
||||||
|
- service_gateway-cert-operator-metrics.yaml
|
||||||
Reference in New Issue
Block a user