Skip to content

Commit

Permalink
fix(helm): template for airbyte-workload-api-server (GCS logging) (…
Browse files Browse the repository at this point in the history
…#14043)

Co-authored-by: Brian Storti <btstorti@gmail.com>
Co-authored-by: perangel <angel@airbyte.io>
  • Loading branch information
3 people committed Sep 19, 2024
1 parent 62313c6 commit df84807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/airbyte-workload-api-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
containerPort: 8007
protocol: TCP
{{- if .Values.debug.enabled }}
- name: debug
- name: debug
containerPort: {{ .Values.debug.remoteDebugPort }}
protocol: TCP
{{- end }}
Expand Down Expand Up @@ -198,7 +198,7 @@ spec:
{{- if and (eq .Values.global.deploymentMode "oss") (eq (lower (default "" .Values.global.storage.type)) "gcs") }}
- name: gcs-log-creds-volume
secret:
secretName: {{ ternary (printf "%s-gcs-log-creds" ( .Release.Name )) (.Values.global.credVolumeOverride) (eq .Values.global.deploymentMode "oss") }}
secretName: {{ ternary (printf "%s-gcs-log-creds" ( .Release.Name )) .Values.global.storage.storageSecretName (not ((.Values.global.storage).storageSecretName)) }}
{{- end }}
{{- if .Values.extraVolumes }}
{{- toYaml .Values.extraVolumes | nindent 6 }}
Expand Down

0 comments on commit df84807

Please sign in to comment.