11 lines
390 B
YAML
11 lines
390 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace_gateway-cert-operator-system.yaml
|
|
- externalsecret_gitea-registry.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 |