apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: buildr commonLabels: app.kubernetes.io/instance: buildr-docs app.kubernetes.io/managed-by: kustomize images: - name: buildr-docs newName: code.icb4dc0.de/buildr/docs newTag: latest resources: - "deployment.yaml" - "service.yaml" - "ingress.yaml"