...
Code Block |
---|
# Update the cluster to ensure everything lines up with your helm chart helm upgrade cluster-api-addon-provider capi-addons/cluster-api-addon-provider --install --wait --version 0.56.91 -n clusters helm upgrade $CLUSTER_NAME capi/openstack-cluster --install -f values.yaml -f clouds.yaml -f user-values.yaml -f flavors.yaml --wait -n clusters |
...