Skip to content

Commit

Permalink
Update statefullset-profisee.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Mar 20, 2024
1 parent b64cb4a commit 3f227f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions profisee-platform/templates/statefullset-profisee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ spec:
topologyKey: "kubernetes.io/hostname"
nodeSelector:
{{- if .Values.cloud.azure.isProvider }}
{{ if hasSuffix "win22" .Values.image.tag }}
"kubernetes.azure.com/os-sku": Windows2022
{{ else }}
"kubernetes.azure.com/os-sku": Windows2019
{{ end }}
{{ if hasSuffix "win22" .Values.image.tag }}
"kubernetes.azure.com/os-sku": Windows2022
{{ else }}
"kubernetes.azure.com/os-sku": Windows2019
{{ end }}
{{- end }}
{{- if .Values.cloud.aws.isProvider }}
"kubernetes.io/os": windows
"kubernetes.io/os": windows
{{- end }}
volumes:
- name: data-volume
Expand Down

0 comments on commit 3f227f0

Please sign in to comment.