Files
gatewayapi-certificates-ope…/deploy/kustomization.yaml
Jan Novak 4d800ffbfb
All checks were successful
Deploy to K8s / deploy (push) Successful in 9s
Build and Push / build (push) Successful in 5s
convert deploy manifests to kustomization format
Adds kustomization.yaml to enforce explicit resource ordering
(namespace before deployment/service). Updates CI to use
kubectl apply -k instead of kubectl apply -f.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 13:20:19 +01:00

10 lines
351 B
YAML

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