aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/postgres/postgres-secret.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-01 20:50:47 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-01 20:50:47 +0000
commit8ba4e6c49607531de6ff7426a33bdf75e10a25a1 (patch)
treece42dbd518cc97bd4dec0a6696ba42a7743fca85 /kubernetes/postgres/postgres-secret.yaml
parentupdate for irssi config (diff)
downloadscripts-8ba4e6c49607531de6ff7426a33bdf75e10a25a1.tar.gz
scripts-8ba4e6c49607531de6ff7426a33bdf75e10a25a1.zip
added postgres to k3s, using ueberzug instead of w3m for previews
Diffstat (limited to 'kubernetes/postgres/postgres-secret.yaml')
-rw-r--r--kubernetes/postgres/postgres-secret.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/kubernetes/postgres/postgres-secret.yaml b/kubernetes/postgres/postgres-secret.yaml
new file mode 100644
index 0000000..b47853b
--- /dev/null
+++ b/kubernetes/postgres/postgres-secret.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Secret
+metadata:
+ name: postgres-secrets
+type: Opaque
+data:
+ postgres-password: ZGV2aQo=
+ postgres-user: ZGV2aQo=
+ postgres-db: ZGV2aQo=
+ # postgres-host-auth-method: c2NyYW0tc2hhLTI1Ngo=
+ postgres-host-auth-method: bWQ1Cg==
+ postgres-initdb-args: LWF1dGgtaG9zdD1zY3JhbS1zaGEtMjU2Cg==