mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Fixed: typo
This commit is contained in:
parent
d56e2cd823
commit
35d5b5388b
@ -5,7 +5,7 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
{{- if .Values.enterpriseFeatures.enabled }}
|
{{- if .Values.enterpriseFeatures.enabled }}
|
||||||
template.yaml: |
|
template.yaml: |
|
||||||
{{- range $key, $value := $.Values.agentk8sglue.queues }}
|
{{- range $key, $value := $.Values.enterpriseFeatures.queues }}
|
||||||
{{ $key }}:
|
{{ $key }}:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
@ -123,19 +123,19 @@ data:
|
|||||||
- name: CLEARML_API_ACCESS_KEY
|
- name: CLEARML_API_ACCESS_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
{{- if .Values.clearml.existingAgentk8sglueSecret }}
|
{{- if $.Values.clearml.existingAgentk8sglueSecret }}
|
||||||
name: {{ .Values.clearml.existingAgentk8sglueSecret }}
|
name: {{ $.Values.clearml.existingAgentk8sglueSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
name: {{ include "clearml.name" . }}-ac
|
name: {{ include "clearml.name" $ }}-ac
|
||||||
{{- end }}
|
{{- end }}
|
||||||
key: agentk8sglue_key
|
key: agentk8sglue_key
|
||||||
- name: CLEARML_API_SECRET_KEY
|
- name: CLEARML_API_SECRET_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
{{- if .Values.clearml.existingAgentk8sglueSecret }}
|
{{- if $.Values.clearml.existingAgentk8sglueSecret }}
|
||||||
name: {{ .Values.clearml.existingAgentk8sglueSecret }}
|
name: {{ $.Values.clearml.existingAgentk8sglueSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
name: {{ include "clearml.name" . }}-ac
|
name: {{ include "clearml.name" $ }}-ac
|
||||||
{{- end }}
|
{{- end }}
|
||||||
key: agentk8sglue_secret
|
key: agentk8sglue_secret
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@ -26,7 +26,7 @@ spec:
|
|||||||
nodePort: {{ add $.Values.sessions.startingPort . }}
|
nodePort: {{ add $.Values.sessions.startingPort . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
selector:
|
selector:
|
||||||
ai.allegro.agent.serial: pod-{{ . }}
|
ai-allegro-agent-serial: pod-{{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user