fix
This commit is contained in:
17
apps/gitea/v1_Secret_gitea-postgresql-ha-postgresql.yaml
Normal file
17
apps/gitea/v1_Secret_gitea-postgresql-ha-postgresql.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Source: gitea/charts/postgresql-ha/templates/postgresql/secrets.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: gitea-postgresql-ha-postgresql
|
||||
namespace: "vynil-ci"
|
||||
labels:
|
||||
app.kubernetes.io/instance: gitea
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: postgresql-ha
|
||||
helm.sh/chart: postgresql-ha-11.9.4
|
||||
app.kubernetes.io/component: postgresql
|
||||
type: Opaque
|
||||
data:
|
||||
postgres-password: "Y2hhbmdlbWUx"
|
||||
password: "Z2l0ZWE="
|
||||
repmgr-password: "Y2hhbmdlbWUy"
|
||||
Reference in New Issue
Block a user