Skip to content
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
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 @@ -143,11 +143,6 @@ spec:
secretKeyRef:
name: {{ index .Values "workloadApi" "bearerTokenSecretName" | default (printf "%s-airbyte-secrets" .Release.Name ) }}
key: {{ index .Values "workloadApi" "bearerTokenSecretKey" | default "WORKLOAD_API_BEARER_TOKEN" }}
- 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 }}
- name: MICRONAUT_ENVIRONMENTS
valueFrom:
configMapKeyRef:
Expand Down
Loading