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
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
namespace: kube-system
|
||||
name: standard
|
||||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: "true"
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@ metadata:
|
|||
name: postgresql-operator
|
||||
namespace: default
|
||||
type: Opaque
|
||||
data:
|
||||
apiVersion: v1
|
||||
data:
|
||||
read-only-token-secret: dGVzdHRva2Vu
|
||||
read-only-token-type: QmVhcmVy
|
||||
|
|
|
|||
|
|
@ -8,5 +8,4 @@ data:
|
|||
kind: Secret
|
||||
metadata:
|
||||
name: postgresql-infrastructure-roles-new
|
||||
namespace: default
|
||||
type: Opaque
|
||||
|
|
|
|||
|
|
@ -21,5 +21,4 @@ data:
|
|||
kind: Secret
|
||||
metadata:
|
||||
name: postgresql-infrastructure-roles
|
||||
namespace: default
|
||||
type: Opaque
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ apiVersion: "acid.zalan.do/v1"
|
|||
kind: postgresql
|
||||
metadata:
|
||||
name: acid-upgrade-test
|
||||
namespace: default
|
||||
spec:
|
||||
teamId: "acid"
|
||||
volume:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ apiVersion: "acid.zalan.do/v1"
|
|||
kind: postgresql
|
||||
metadata:
|
||||
name: acid-minimal-cluster
|
||||
namespace: default
|
||||
spec:
|
||||
teamId: "acid"
|
||||
volume:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ apiVersion: "zalando.org/v1"
|
|||
kind: PlatformCredentialsSet
|
||||
metadata:
|
||||
name: postgresql-operator
|
||||
namespace: acid
|
||||
spec:
|
||||
application: postgresql-operator
|
||||
tokens:
|
||||
|
|
|
|||
|
|
@ -198,5 +198,5 @@ configuration:
|
|||
connection_pooler_number_of_instances: 2
|
||||
# connection_pooler_schema: "pooler"
|
||||
# connection_pooler_user: "pooler"
|
||||
patroni:
|
||||
# patroni:
|
||||
# failsafe_mode: "false"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ apiVersion: "acid.zalan.do/v1"
|
|||
kind: postgresql
|
||||
metadata:
|
||||
name: acid-standby-cluster
|
||||
namespace: default
|
||||
spec:
|
||||
teamId: "acid"
|
||||
volume:
|
||||
|
|
|
|||
Loading…
Reference in New Issue