Skip to content

Instantly share code, notes, and snippets.

@Aisuko
Created July 24, 2019 03:31
Show Gist options
  • Save Aisuko/c78bf3ea4ebcc046ac0c1fc33771edd4 to your computer and use it in GitHub Desktop.
Save Aisuko/c78bf3ea4ebcc046ac0c1fc33771edd4 to your computer and use it in GitHub Desktop.
# Fixed https://github.com/jetstack/cert-manager/issues/870
helm install --name cert-manager --namespace yournamespace stable/cert-manager --set createCustomResource=false
helm upgrade --install --namespace yournamespace cert-manager stable/cert-manager --set createCustomResource=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment