Skip to content

Commit

Permalink
fix: condition key
Browse files Browse the repository at this point in the history
  • Loading branch information
ojaswa1942 committed Apr 8, 2024
1 parent 385883e commit 57ab294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-analysis/templates/andromeda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ spec:
operator: {{ .Values.node.affinity.operator }}
{{- end}}
{{- end }}
{{- if .Values.andromeda.node.affinity }}
{{- if .Values.andromeda.node.toleration.enable }}
tolerations:
- key: {{ .Values.andromeda.node.toleration.key }}
operator: {{ .Values.andromeda.node.toleration.operator }}
Expand Down

0 comments on commit 57ab294

Please sign in to comment.