Skip to content

Commit

Permalink
(feat/capi-cluster) : allowing users to pass : extraArgs and extraVol…
Browse files Browse the repository at this point in the history
…umes to KubeAPI | files to be added in master nodes

Signed-off-by: Archisman <archisman@obmondo.com>
  • Loading branch information
Archisman-Mridha authored and ashish1099 committed Jan 10, 2025
1 parent f2deec6 commit 064f1c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@ spec:
apiServer:
extraArgs:
cloud-provider: external
{{- if ((.Values.controlPlane).apiServer).extraArgs }}
{{- ((.Values.controlPlane).apiServer).extraArgs | toYaml | nindent 10 }}
{{- end }}
{{- if ((.Values.controlPlane).apiServer).extraVolumes }}
{{- ((.Values.controlPlane).apiServer).extraVolumes | toYaml | nindent 8 }}
{{- end }}
controllerManager:
extraArgs:
cloud-provider: external
{{- if (.Values.controlPlane).files }}
{{- (.Values.controlPlane).files | toYaml | nindent 4 }}
{{- end }}
initConfiguration:
skipPhases:
- addon/kube-proxy
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion argocd-helm-charts/capi-cluster/charts/hetzner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: capi-cluster for hetzner provider
name: hetzner
version: 1.0.0

0 comments on commit 064f1c4

Please sign in to comment.