Skip to content

Commit

Permalink
apply review notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Berk Dehrioglu committed Oct 23, 2023
1 parent dc2a588 commit 37c7707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion helm/cluster-aws/templates/_bastion.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ spec:
labels:
cluster.x-k8s.io/role: bastion
{{- include "labels.common" $ | nindent 8 }}
spec:{{- include "controlplane-awsmachinetemplate-spec" $ | nindent 6 }}
spec:
{{- include "bastion-awsmachinetemplate-spec" $ | nindent 6 }}
---
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
Expand Down
3 changes: 2 additions & 1 deletion helm/cluster-aws/templates/_control_plane.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,6 @@ spec:
labels:
cluster.x-k8s.io/role: control-plane
{{- include "labels.common" $ | nindent 8 }}
spec:{{- include "controlplane-awsmachinetemplate-spec" $ | nindent 6 }}
spec:
{{- include "controlplane-awsmachinetemplate-spec" $ | nindent 6 }}
{{- end -}}

0 comments on commit 37c7707

Please sign in to comment.