Skip to content

Commit

Permalink
Fix postgres secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tomijange committed Dec 19, 2023
1 parent 85b7fd1 commit f754ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.3
version: 1.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 1 addition & 4 deletions templates/service-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ spec:
- name: SPRING_DATASOURCE_USERNAME
value: {{ .Values.postgres.auth.username }}
- name: SPRING_DATASOURCE_PASSWORD
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}-postgresql
key: password
value: {{ .Values.postgres.auth.password }}
- name: SPRING_PROFILES_ACTIVE
value: {{ .Values.service.profiles }}
ports:
Expand Down

0 comments on commit f754ddd

Please sign in to comment.