Skip to content

Instantly share code, notes, and snippets.

@evankanderson
Last active December 17, 2020 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evankanderson/45fc3d45f487c2de77b0da5b373d5f29 to your computer and use it in GitHub Desktop.
Save evankanderson/45fc3d45f487c2de77b0da5b373d5f29 to your computer and use it in GitHub Desktop.
Serving config for 3 ingress options
serving-istio:
primary:
github:
repo: "knative/serving"
include:
- ".*.yaml"
exclude:
- "monitoring.*"
- "serving.yaml"
- "serving-storage-version-migration.yaml"
- ".*domain.*"
- "release.yaml"
- ".*-nscert.yaml"
additional:
- github:
repo: "knative-sandbox/net-istio"
exclude:
- "release.yaml"
serving-contour:
primary:
github:
repo: "knative/serving"
include:
- ".*.yaml"
exclude:
- "monitoring.*"
- "serving.yaml"
- "serving-storage-version-migration.yaml"
- ".*domain.*"
- "release.yaml"
- ".*-nscert.yaml"
additional:
- github:
repo: "knative-sandbox/net-contour"
include:
- "net-contour.yaml"
serving-kourier:
primary:
github:
repo: "knative/serving"
include:
- ".*.yaml"
exclude:
- "monitoring.*"
- "serving.yaml"
- "serving-storage-version-migration.yaml"
- ".*domain.*"
- "release.yaml"
- ".*-nscert.yaml"
additional:
- github:
repo: "knative-sandbox/net-kourier"
exclude:
- "release.yaml"
@evankanderson
Copy link
Author

It looks like the Gloo, Kong and Ambassador installs all use some sort of custom non-versioned manifest, so we'd need to extend the fetcher for a non-github source type to include them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment