Skip to content

Commit

Permalink
fix(t8s-cluster/management-cluster): add missing necessary image field
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Nov 20, 2024
1 parent 51f0f2d commit 20b3bee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Here we are generating a hash suffix.
{{- define "t8s-cluster.clusterClass.openStackMachineTemplate.spec" -}}
{{- $_ := mustMerge . (pick .context "Values") -}}
flavor: {{ eq .name "control-plane" | ternary .Values.controlPlane.flavor "compute-plane-placeholder" }}
image: placeholder
identityRef:
name: {{ include "t8s-cluster.clusterClass.getIdentityRefSecretName" (dict "context" .context) }}
cloudName: {{ include "t8s-cluster.clusterClass.cloudName" (dict) }}
Expand Down

0 comments on commit 20b3bee

Please sign in to comment.