Skip to content

Commit

Permalink
feat(t8s-cluster/management-cluster)!: migrate to new secret naming (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Feb 20, 2024
1 parent eda417c commit edda640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ openstack

{{- define "t8s-cluster.clusterClass.getIdentityRefSecretName" -}}
{{- $_ := set . "Release" .context.Release -}}
{{- printf "cloud-config-%s" .Release.Name -}}
{{- printf "%s-cloud-config" .Release.Name -}}
{{- end -}}

{{- define "t8s-cluster.clusterClass.tlsCipherSuites" -}}
Expand Down

0 comments on commit edda640

Please sign in to comment.