25 lines
702 B
YAML
25 lines
702 B
YAML
apiVersion: v1
|
|
data:
|
|
# required format (w/o quotes): 'propertyNumber: value'
|
|
# allowed properties: 'user', 'password', 'inrole'
|
|
# numbers >= 1 are mandatory
|
|
# alternatively, supply the user: password pairs and
|
|
# provide other options in the configmap.
|
|
# robot_zmon_acid_monitoring
|
|
user1: cm9ib3Rfem1vbl9hY2lkX21vbml0b3Jpbmc=
|
|
# foobar
|
|
password1: Zm9vYmFy
|
|
# robot_zmon
|
|
inrole1: cm9ib3Rfem1vbg==
|
|
# testuser
|
|
user2: dGVzdHVzZXI=
|
|
# testpassword
|
|
password2: dGVzdHBhc3N3b3Jk
|
|
# user batman with the password justice
|
|
# look for other fields in the infrastructure roles configmap
|
|
batman: anVzdGljZQ==
|
|
kind: Secret
|
|
metadata:
|
|
name: postgresql-infrastructure-roles
|
|
type: Opaque
|