Skip to content

Commit

Permalink
fix: Moving tolerations, affinity to proper place in chart
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
  • Loading branch information
Milos Backonja committed Dec 5, 2023
1 parent 156136c commit 145529b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/charts/agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ spec:
value: {{ $value | quote }}
{{- end }}
{{- if .Values.server.keycloak.bootstrap }}
affinity:
{{- toYaml .Values.affinity | nindent 8 }}
tolerations: {{- toYaml .Values.tolerations | nindent 8 }}
volumes:
- name: keycloak-bootstrap-script
configMap:
Expand All @@ -224,3 +221,6 @@ spec:
- key: "init.sh"
path: "init.sh"
{{- end }}
affinity:
{{- toYaml .Values.affinity | nindent 8 }}
tolerations: {{- toYaml .Values.tolerations | nindent 8 }}

0 comments on commit 145529b

Please sign in to comment.