Skip to content

Commit 2a97bcf

Browse files
committed
chore: Moved the defaults to values file.
1 parent 8402cd6 commit 2a97bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ spec:
2828
- name: DB_URL
2929
valueFrom:
3030
secretKeyRef:
31-
name: {{ .Values.db.secretKeyRef.name | default "postgres-connection" }}
32-
key: {{ .Values.db.secretKeyRef.key | default 'DB_URL' }}
31+
name: {{ .Values.db.secretKeyRef.name }}
32+
key: {{ .Values.db.secretKeyRef.key }}
3333
resources:
3434
{{- toYaml .Values.resources | nindent 12 }}
3535
{{- with .Values.extra }}

0 commit comments

Comments
 (0)