apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: sqdc-dashboard resources: - namespace.yaml - deployment.yaml - service.yaml - ingress.yaml - configmap.yaml commonLabels: app: sqdc-dashboard managed-by: kustomize # Image tag will be set via kustomize edit or --kustomize-replace during deployment images: - name: gitea.vidoks.fr/sortifal/pfee newTag: latest newName: gitea.vidoks.fr/sortifal/pfee