refactor: move to new repo
This commit is contained in:
commit
62501c93a0
103 changed files with 19334 additions and 0 deletions
postgres-operator
28
postgres-operator/kustomization.yaml
Normal file
28
postgres-operator/kustomization.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
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
|
||||
app.kubernetes.io/version: 5.4.3
|
||||
postgres-operator.crunchydata.com/control-plane: postgres-operator
|
||||
|
||||
images:
|
||||
- name: postgres-operator
|
||||
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
|
||||
newTag: ubi8-5.4.3-0
|
||||
|
||||
resources:
|
||||
- resources/namespace.yaml
|
||||
- resources/crd/postgresclusters.yaml
|
||||
- resources/crd/pgupgrades.yaml
|
||||
- resources/rbac/service_account.yaml
|
||||
- resources/rbac/role.yaml
|
||||
- resources/rbac/role_binding.yaml
|
||||
- resources/manager.yaml
|
||||
- resources/db/default-cluster.yaml
|
||||
|
||||
generators:
|
||||
- ./secret-generator.yaml
|
Loading…
Add table
Add a link
Reference in a new issue