Fixed: typo

This commit is contained in:
Valeriano Manassero 2023-01-05 10:11:51 +01:00
parent d56e2cd823
commit 35d5b5388b
2 changed files with 8 additions and 8 deletions

View File

@ -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 }}

View File

@ -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 }}