Make AdoptExistingResources optional (#1453)

This commit is contained in:
Ta-Ching Chen
2019-12-02 07:34:07 +08:00
committed by GitHub
parent 003c304105
commit 7f8cb69326
9 changed files with 33 additions and 15 deletions
@@ -217,6 +217,8 @@ spec:
value: "{{ .Values.traceCollectorEndpoint }}"
- name: TRACING_SAMPLING_RATE
value: {{ .Values.traceSamplingRate | default "0.5" | quote }}
- name: ADOPT_EXISTING_RESOURCES
value: {{ .Values.executor.adoptExistingResources | default false | quote }}
- name: ENABLE_ISTIO
value: "{{ .Values.enableIstio }}"
- name: FETCHER_MINCPU
+3
View File
@@ -45,6 +45,9 @@ builderNamespace: fission-builder
## Enable istio integration
enableIstio: false
executor:
adoptExistingResources: false
## Router config
router:
deployAsDaemonSet: false