File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
airbyte-workload-launcher/src/main/resources
charts/airbyte-workload-launcher/templates Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ micronaut:
9
9
idle-timeout : ${HTTP_IDLE_TIMEOUT:10m}
10
10
11
11
airbyte :
12
+ control-plane-auth-endpoint : ${CONTROL_PLANE_AUTH_ENDPOINT:}
13
+ data-plane-id : ${DATA_PLANE_ID}
12
14
feature-flag :
13
15
client : ${FEATURE_FLAG_CLIENT:}
14
16
path : ${FEATURE_FLAG_PATH:/flags}
@@ -20,8 +22,6 @@ airbyte:
20
22
service-account :
21
23
credentials-path : ${DATA_PLANE_SERVICE_ACCOUNT_CREDENTIALS_PATH:}
22
24
email : ${DATA_PLANE_SERVICE_ACCOUNT_EMAIL:}
23
- data-plane-id : ${DATA_PLANE_ID:}
24
- control-plane-auth-endpoint : ${CONTROL_PLANE_AUTH_ENDPOINT:}
25
25
secret :
26
26
persistence : ${SECRET_PERSISTENCE}
27
27
store :
Original file line number Diff line number Diff line change 66
66
configMapKeyRef :
67
67
name : {{ .Release.Name }}-airbyte-env
68
68
key : AIRBYTE_VERSION
69
+ - name : DATA_PLANE_ID
70
+ value : " local"
69
71
- name : CONFIG_ROOT
70
72
valueFrom :
71
73
configMapKeyRef :
You can’t perform that action at this time.
0 commit comments