You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prodwork01-argocd/templates/secret_postgres_keycloak.yaml

14 lines
375 B
YAML

apiVersion: v1
stringData:
password: {{ .Values.postgres_keycloak_password }}
username: keycloakadmin
kind: Secret
metadata:
labels:
application: spilo
cluster-name: postgres-keycloak-cluster
team: postgres
name: keycloakadmin.postgres-keycloak-cluster.credentials.postgresql.acid.zalan.do
namespace: {{ .Values.bootstrap.oidc_namespace }}
type: Opaque