crossplane / addon-oam-kubernetes-local

Run OAM workloads on a Kubernetes cluster.
Apache License 2.0
21 stars 15 forks source link

Make volume conditional on Values.useWebhook #51

Closed rynowak closed 4 years ago

rynowak commented 4 years ago

Fixes: #50

The issue is that this volume (and volume mount) can't be bound unless the secret exists. The creation of the secret is tied to Values.useWebhook.

An earlier change made the volume mount conditional on this switch, but didn't include the volume.

wonderflow commented 4 years ago

moved to crossplane/oam-kubernetes-runtime#88 and merged there, closing