Skip to content

Instantly share code, notes, and snippets.

@neil-hickey
Created April 17, 2023 19:23
Show Gist options
  • Save neil-hickey/4e4cb53254a3235616f156794bbc808a to your computer and use it in GitHub Desktop.
Save neil-hickey/4e4cb53254a3235616f156794bbc808a to your computer and use it in GitHub Desktop.
---
kind: MutatingWebhookConfiguration
metadata:
name: defaults.webhook.kpack.io
webhooks:
- name: defaults.webhook.kpack.io
tomato: sticks
#@ load("@ytt:overlay", "overlay")
#@ def matching():
kind: MutatingWebhookConfiguration
metadata:
name: defaults.webhook.kpack.io
#@ end
#@overlay/match by=overlay.subset(matching()), expects="0+"
---
webhooks:
#@overlay/match by="name"
- name: defaults.webhook.kpack.io
#@overlay/match missing_ok=True
fish: b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment