Skip to content

Commit

Permalink
d force lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Feb 6, 2025
1 parent bf78412 commit 53ec627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/generic-govuk-app/templates/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- name: SECRET_KEY_BASE
valueFrom:
secretKeyRef:
name: {{ .Values.rails.secretKeyBaseName | default (printf "%s-rails-secret-key-base" $.Values.repoName) }}
name: {{ .Values.rails.secretKeyBaseName | default (printf "%s-rails-secret-key-base" .Values.repoName) }}
key: secret-key-base
{{- end }}
{{- if $.Values.sentry.enabled }}
Expand Down

0 comments on commit 53ec627

Please sign in to comment.