Skip to content

Commit

Permalink
Revert "🌱 remove deprecated flag from ccm (#92)"
Browse files Browse the repository at this point in the history
This reverts commit 72e0687.
  • Loading branch information
kranurag7 committed Jun 3, 2024
1 parent 72e0687 commit ad4d979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ccm-hetzner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ maintainers:
email: [email protected]
url: https://github.com/syself
appVersion: "v1.18.0-0.0.7"
version: 1.1.14
version: 1.1.13
3 changes: 2 additions & 1 deletion charts/ccm-hetzner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ spec:
- "/bin/hetzner-cloud-controller-manager"
- "--cloud-provider=hcloud"
- "--leader-elect={{ .Values.env.leaderElect }}"
- "--allow-untagged-cloud"
{{- if .Values.privateNetwork.enabled }}
- "--allocate-node-cidrs=true"
- "--cluster-cidr={{ .Values.privateNetwork.clusterSubnet }}"
Expand Down Expand Up @@ -130,4 +131,4 @@ spec:
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit ad4d979

Please sign in to comment.