Skip to content
Snippets Groups Projects
Select Git revision
  • bf8981bb86d939807fe45870cee651fd75eb7f91
  • main default protected
  • develop
3 results

BackSkeletonApplication.class

Blame
  • pg-credentials.yaml 290 B
    {{- if .Values.db.enabled }}
    apiVersion: v1
    kind: Secret
    metadata:
      name: {{ template "AppCtx.dbName" . }}-credentials
      labels: {{ include "AppCtx.dbLabels" . | nindent 4 }}
    type: Opaque
    data:
      pg_username: YWRtaW4=   # user: admin
      pg_password: dGVzdDEyMyo=  # pwd: test123*
    {{- end }}