Skip to content

Commit

Permalink
Merge pull request #85 from lalithkota/main
Browse files Browse the repository at this point in the history
ID Generator: Fixed DB password
  • Loading branch information
lalithkota authored Nov 4, 2024
2 parents a200828 + 77b4b4b commit c56e0b0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions charts/idgenerator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,15 @@ envVars:
auth_server_admin_allowed_audience: 'openg2p-sr,openg2p-sr-{{ .Release.Namespace }},openg2p-pbms,openg2p-pbms-{{ .Release.Namespace }},openg2p-spar-{{ .Release.Namespace }}'
mosip_admin_client_secret: ''

# Env Vars from this section will be rendered on the service if springCloudConfig.enabled=false.
# Else they will be rendered on config-server as overrides.
envVarsFrom: {}
mosip_kernel_database_hostname: '{{ tpl .Values.postgresqlInstallationName $ }}'

envVarsFrom:
# Env Vars from this section will be rendered on the service if springCloudConfig.enabled=false.
# Else they will be rendered on config-server as overrides.
db_dbuser_password:
secretKeyRef:
name: '{{ tpl .Values.postgresqlInstallationName $ }}'
key: password

springCloudConfigEnvVars:
# Env Vars in this section will be rendered on the service, when springCloudConfig.enabled=true.
Expand Down

0 comments on commit c56e0b0

Please sign in to comment.