Skip to content

Commit

Permalink
Seed storageclasses only for non-kubeadm clusters (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Apr 9, 2024
1 parent f5da51e commit 411b6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/seed/templates/storageclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{- end -}}
{{- end -}}

{{- if .Values.openstack -}}
{{- if (not .Values.seedKubeadm | and .Values.openstack) -}}

{{- range $az := .Values.openstack.azs -}}
apiVersion: storage.k8s.io/v1
Expand Down

0 comments on commit 411b6ce

Please sign in to comment.