Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions charts/airbyte-workload-api-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@ spec:
configMapKeyRef:
name: {{ .Release.Name }}-airbyte-env
key: WORKERS_MICRONAUT_ENVIRONMENTS
- name: AB_JWT_SIGNATURE_SECRET
valueFrom:
secretKeyRef:
name: {{ .Values.global.auth.secretName | default "airbyte-auth-secrets" | quote }}
key: {{ .Values.global.auth.jwtSignatureSecretKey | default "jwt-signature-secret" | quote }}
{{- if or (eq .Values.global.edition "pro") (eq .Values.global.edition "enterprise") }}
- name: AIRBYTE_API_AUTH_HEADER_NAME
value: "X-Airbyte-Auth"
Expand Down
Loading