This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
discovery-chart/templates
orchestrator-chart/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22apiVersion : v1
33kind : Secret
44metadata :
5- name : {{ include "discovery.fullname" . }}-secret
5+ name : {{ include "discovery.fullname" . }}-secrets
66 namespace : {{ include "discovery.namespace" . }}
77type : Opaque
88data :
Original file line number Diff line number Diff line change 4949 value: {{ $root .Values.url }}
5050 - name: DOMAIN_ID
5151 value: {{ $root .Values.domainId }}
52- {{- if .Values.computePoolId }}
52+ {{- if $root .Values.computePoolId }}
5353 - name: COMPUTE_POOL_ID
5454 value: {{ $root .Values.computePoolId }}
5555 {{- end }}
Original file line number Diff line number Diff line change 1313 labels :
1414 app : {{ include "orchestrator.fullname" . }}-processor
1515 spec :
16- containers : {{- include "orchestrator.container" (dict "root" . "mode" "api ") | nindent 6 }}
16+ containers : {{- include "orchestrator.container" (dict "root" . "mode" "processor ") | nindent 6 }}
You can’t perform that action at this time.
0 commit comments