Skip to content

Instantly share code, notes, and snippets.

@Aisuko
Created July 24, 2019 03:31
Show Gist options
  • Select an option

  • Save Aisuko/c78bf3ea4ebcc046ac0c1fc33771edd4 to your computer and use it in GitHub Desktop.

Select an option

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