addon-oam-kubernetes-local icon indicating copy to clipboard operation
addon-oam-kubernetes-local copied to clipboard

Fix helm deployment when useWebhook is turned off

Open arturo-c opened this issue 5 years ago • 0 comments

The error this fixes is when the pod is trying to mount the webhook tls cert:

Events:
  Type     Reason       Age                From                                  Message
  ----     ------       ----               ----                                  -------
  Normal   Scheduled    53s                default-scheduler                     Successfully assigned crossplane-system/oam-core-resources-controller-5bbf7c6d9c-sbk77 to ip-10-20-74-34.ec2.internal
  Warning  FailedMount  21s (x7 over 52s)  kubelet, ip-10-20-74-34.ec2.internal  MountVolume.SetUp failed for volume "tls-cert" : secrets "webhook-server-cert" not found

arturo-c avatar Jul 07 '20 22:07 arturo-c