apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: homepage images: - name: homepage newName: ghcr.io/gethomepage/homepage newTag: "v0.8.3" - name: oauth2-proxy newName: quay.io/oauth2-proxy/oauth2-proxy newTag: v7.5.1 labels: - includeSelectors: true pairs: app.kubernetes.io/instance: icb4dc0de app.kubernetes.io/managed-by: kustomize resources: - "resources/namespace.yaml" - "resources/sa.yaml" - "resources/sa_secret.yaml" - "resources/cluster_role.yaml" - "resources/cluster_role_binding.yaml" - "resources/deployment.yaml" - "resources/service.yaml" - "resources/ingress.yaml" generators: - ./secret-generator.yaml secretGenerator: - name: oauth2-proxy-base-config envs: - "config/oauth2-proxy.env"