mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-05-30 22:55:22 -04:00
P4DEVOPS-11504: fix corrupted files - use plain text YAML
This commit is contained in:
parent
ceabe6de57
commit
904439b62a
2 changed files with 237 additions and 1 deletions
|
|
@ -177,3 +177,15 @@ spec:
|
|||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.affinity }}
|
||||
affinity:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.tolerations }}
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue