Skip to content

Commit

Permalink
Merge branch 'next' into react-18
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Anton authored May 30, 2024
2 parents 52d53ce + 88a1f41 commit 5f45591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/kubernetes/helm/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
value: {{ .Values.externalS3.gcsBucketName | quote }}
- name: GOOGLE_APPLICATION_CREDENTIALS
value: {{ .Values.externalS3.googleApplicationCredentials | quote }}
{{- else -}}
{{- else }}
- name: S3_BUCKET_NAME
valueFrom :
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion docker/kubernetes/helm/templates/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
value: {{ .Values.externalS3.gcsBucketName | quote }}
- name: GOOGLE_APPLICATION_CREDENTIALS
value: {{ .Values.externalS3.googleApplicationCredentials | quote }}
{{- else -}}
{{- else }}
- name: S3_BUCKET_NAME
valueFrom :
secretKeyRef:
Expand Down

0 comments on commit 5f45591

Please sign in to comment.