19 lines
313 B
YAML
19 lines
313 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: forum-db
|
|
namespace: forum
|
|
type: Opaque
|
|
data:
|
|
root.pw: cGhwYmJSb290REJQVw==
|
|
username: cGhwYmI=
|
|
user.pw: cGhwYmJVc2VyREJQVw==
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: forum-phpbb-user
|
|
namespace: forum
|
|
type: Opaque
|
|
data:
|
|
pw: NElzVGhlTWluZEtpbGxlcg== |