13 lines
271 B
YAML
13 lines
271 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: guacamole-db
|
|
namespace: guacamole
|
|
data:
|
|
postgres-user: Z3VhY2Ftb2xl
|
|
postgres-password: c3VwZXJzZWNyZXQK
|
|
postgres-hostname: MTkyLjE2OC4wLjEyMw==
|
|
postgres-port: NTQzMg==
|
|
postgres-database: Z3VhY2Ftb2xl
|
|
type: Opaque
|