Remove namespace and fix errors in example manifests files (#2131)

* Remove namespace and fix errors in example manifests files
* Comment required section in default configuration
This commit is contained in:
Dmitry Volodin 2022-12-09 17:33:06 +03:00 committed by GitHub
parent 0bef3b325f
commit 81e17e4af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 1 additions and 10 deletions

View File

@ -1,7 +1,6 @@
apiVersion: storage.k8s.io/v1 apiVersion: storage.k8s.io/v1
kind: StorageClass kind: StorageClass
metadata: metadata:
namespace: kube-system
name: standard name: standard
annotations: annotations:
storageclass.kubernetes.io/is-default-class: "true" storageclass.kubernetes.io/is-default-class: "true"

View File

@ -40,8 +40,6 @@ metadata:
name: postgresql-operator name: postgresql-operator
namespace: default namespace: default
type: Opaque type: Opaque
data:
apiVersion: v1
data: data:
read-only-token-secret: dGVzdHRva2Vu read-only-token-secret: dGVzdHRva2Vu
read-only-token-type: QmVhcmVy read-only-token-type: QmVhcmVy

View File

@ -8,5 +8,4 @@ data:
kind: Secret kind: Secret
metadata: metadata:
name: postgresql-infrastructure-roles-new name: postgresql-infrastructure-roles-new
namespace: default
type: Opaque type: Opaque

View File

@ -21,5 +21,4 @@ data:
kind: Secret kind: Secret
metadata: metadata:
name: postgresql-infrastructure-roles name: postgresql-infrastructure-roles
namespace: default
type: Opaque type: Opaque

View File

@ -2,7 +2,6 @@ apiVersion: "acid.zalan.do/v1"
kind: postgresql kind: postgresql
metadata: metadata:
name: acid-upgrade-test name: acid-upgrade-test
namespace: default
spec: spec:
teamId: "acid" teamId: "acid"
volume: volume:

View File

@ -2,7 +2,6 @@ apiVersion: "acid.zalan.do/v1"
kind: postgresql kind: postgresql
metadata: metadata:
name: acid-minimal-cluster name: acid-minimal-cluster
namespace: default
spec: spec:
teamId: "acid" teamId: "acid"
volume: volume:

View File

@ -2,7 +2,6 @@ apiVersion: "zalando.org/v1"
kind: PlatformCredentialsSet kind: PlatformCredentialsSet
metadata: metadata:
name: postgresql-operator name: postgresql-operator
namespace: acid
spec: spec:
application: postgresql-operator application: postgresql-operator
tokens: tokens:

View File

@ -198,5 +198,5 @@ configuration:
connection_pooler_number_of_instances: 2 connection_pooler_number_of_instances: 2
# connection_pooler_schema: "pooler" # connection_pooler_schema: "pooler"
# connection_pooler_user: "pooler" # connection_pooler_user: "pooler"
patroni: # patroni:
# failsafe_mode: "false" # failsafe_mode: "false"

View File

@ -2,7 +2,6 @@ apiVersion: "acid.zalan.do/v1"
kind: postgresql kind: postgresql
metadata: metadata:
name: acid-standby-cluster name: acid-standby-cluster
namespace: default
spec: spec:
teamId: "acid" teamId: "acid"
volume: volume: