We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdc495 commit fcb9687Copy full SHA for fcb9687
manifests/postgres/components/enable-super_user_access/kustomization.yaml
@@ -0,0 +1,24 @@
1
+---
2
+
3
+apiVersion: kustomize.config.k8s.io/v1alpha1
4
+kind: Component
5
6
7
+patches:
8
+ # yamllint disable rule:indentation
9
+ - patch: |-
10
11
+ - op: replace
12
+ path: /spec/enableSuperuserAccess
13
+ value: true
14
15
+ - op: add
16
+ path: /spec/superuserSecret
17
+ value:
18
+ name: cluster-superuser
19
20
+ # yamllint enable rule:indentation
21
+ target:
22
+ group: postgresql.cnpg.io
23
+ version: v1
24
+ kind: Cluster
0 commit comments