Skip to content

Commit

Permalink
fix: Fix deployment.yaml indent error after adding google bucket supp…
Browse files Browse the repository at this point in the history
…ort (#5635)
  • Loading branch information
pedrohavay authored and SokratisVidros committed Jun 13, 2024
1 parent 9fd4010 commit adcf4d6
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 adcf4d6

Please sign in to comment.