Skip to content

Commit 684f129

Browse files
octavia-squidington-iiirsitriforkperangel
committed
fix: remove duplicate key in helm chart (#16745)
Co-authored-by: Rune Simonsen <[email protected]> Co-authored-by: perangel <[email protected]>
1 parent 625dfd1 commit 684f129

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

charts/airbyte-workload-api-server/templates/deployment.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ spec:
153153
configMapKeyRef:
154154
name: {{ .Release.Name }}-airbyte-env
155155
key: WORKERS_MICRONAUT_ENVIRONMENTS
156-
- name: AB_JWT_SIGNATURE_SECRET
157-
valueFrom:
158-
secretKeyRef:
159-
name: {{ .Values.global.auth.secretName | default "airbyte-auth-secrets" | quote }}
160-
key: {{ .Values.global.auth.jwtSignatureSecretKey | default "jwt-signature-secret" | quote }}
161156
{{- if or (eq .Values.global.edition "pro") (eq .Values.global.edition "enterprise") }}
162157
- name: AIRBYTE_API_AUTH_HEADER_NAME
163158
value: "X-Airbyte-Auth"

0 commit comments

Comments
 (0)