Skip to content

Fix ServiceAccount/ClusterRole name in uninstall template#127

Open
JonnyHaystack wants to merge 1 commit intosyseleven:masterfrom
JonnyHaystack:fix_uninstall_serviceaccount_name
Open

Fix ServiceAccount/ClusterRole name in uninstall template#127
JonnyHaystack wants to merge 1 commit intosyseleven:masterfrom
JonnyHaystack:fix_uninstall_serviceaccount_name

Conversation

@JonnyHaystack
Copy link
Copy Markdown

A colon is not a valid character to use in Kubernetes resource names, so this PR replaces the colon with a hyphen.

Fixes #95, which was supposed to be fixed by #117

I've tagged and published the Helm chart in my fork to test it, and confirmed this fixes the issue for me: https://jonnyhaystack.github.io/designate-certmanager-webhook/

By the way, it seems that the README is outdated in stating that there is no Helm chart registry, as the GHCR OCI registry was in use for quite some time, and the GitHub Pages registry also exists. I'd be happy to make another PR to update those docs.

A colon is not a valid character to use in Kubernetes resource names, so
this commit replaces the colon with a hyphen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uninstall designate-certmanager-webhook helm release issue

1 participant