Skip to content

Commit

Permalink
changed values according to what is expected by https://github.com/st…
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-chivu committed Nov 1, 2023
1 parent e48b4ed commit 79c12d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_capi_helm/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ def _update_helm_release(self, context, cluster, nodegroups=None):
"kubernetesVersion": kube_version,
"machineImageId": image_id,
"machineSSHKeyName": cluster.keypair or None,
"bootstrappingFormat": "ignition",
"osDistro": "flatcar",
"cloudCredentialsSecretName": self._get_app_cred_name(cluster),
"apiServer": {
"enableLoadBalancer": True,
Expand Down

0 comments on commit 79c12d9

Please sign in to comment.