apps/postgres-operator/kustomization.yaml

27 lines
811 B
YAML
Raw Normal View History

2023-11-14 21:12:33 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
labels:
- includeTemplates: true
pairs:
app.kubernetes.io/name: pgo
# The version below should match the version on the PostgresCluster CRD
2024-06-29 07:59:09 +00:00
app.kubernetes.io/version: 5.6.0
2023-11-14 21:12:33 +00:00
postgres-operator.crunchydata.com/control-plane: postgres-operator
images:
- name: postgres-operator
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
2024-06-29 07:59:09 +00:00
newTag: ubi8-5.6.0-0
2023-11-14 21:12:33 +00:00
resources:
- resources/namespace.yaml
- resources/crd/postgresclusters.yaml
- resources/crd/pgupgrades.yaml
2023-12-21 13:56:26 +00:00
- resources/crd/pgadmins.yaml
2023-11-14 21:12:33 +00:00
- resources/rbac/service_account.yaml
- resources/rbac/role.yaml
- resources/rbac/role_binding.yaml
- resources/manager.yaml
- resources/db/secret.pgo-s3.yaml
- resources/db/default-cluster.yaml