Files
kubernetes/guacamole/secrets.yaml
T
2025-12-05 12:21:20 +00:00

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