Some checks failed
kustomization/flux-system/fffa8587 reconciliation succeeded
kustomization/lldap/fffa8587 build failed
kustomization/cnpg/fffa8587 reconciliation succeeded
kustomization/reflector/fffa8587 health check failed
16 lines
304 B
YAML
16 lines
304 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../base
|
|
- secret-credentials.enc.yaml
|
|
patches:
|
|
- path: deployment.yaml
|
|
target:
|
|
kind: Deployment
|
|
- path: cluster.yaml
|
|
target:
|
|
kind: Cluster
|
|
- path: http-route.yaml
|
|
target:
|
|
kind: HTTPRoute
|