fluxcd-flux2/manifests/integrations/registry-credentials-sync/gcp/kustomization.yaml
Artem e0dcd85e52
chore(integrations/registry): remove deprecated kustomize features
Signed-off-by: Artem <67638547+Stringls@users.noreply.github.com>
2023-11-10 20:59:10 +02:00

16 lines
269 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namePrefix: gcr-
commonLabels:
app: gcr-credentials-sync
namespace: flux-system
resources:
- ../_base
patches:
- path: config-map-patch.yaml
- path: bind-irsa-patch.yaml
- path: reconcile-patch.yaml