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:
parent
0bef3b325f
commit
81e17e4af1
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue