Skip to content

Commit

Permalink
Update deployment_backend.yaml
Browse files Browse the repository at this point in the history
Fix shit according tryretool#83
  • Loading branch information
antonydevanchi authored May 31, 2023
1 parent defbf4a commit 6866ac1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/deployment_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ spec:
value: {{ template "retool.postgresql.user" . }}
- name: POSTGRES_SSL_ENABLED
value: {{ template "retool.postgresql.ssl_enabled" . }}
{{- if and (not .Values.externalSecrets.enabled) (not .Values.externalSecrets.externalSecretsOperator.enabled) }}
- name: LICENSE_KEY
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -133,7 +132,6 @@ spec:
name: {{ template "retool.fullname" . }}
key: google-client-secret
{{- end }}
{{- end }}
{{- range $key, $value := .Values.env }}
- name: "{{ $key }}"
value: "{{ $value }}"
Expand Down

0 comments on commit 6866ac1

Please sign in to comment.