This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: only generated content in deploy/kubernetes-*
Mixing manually created symlinks and generated files in the same directory made it difficult to maintain the deploy/kubernetes-* directories. The symlinks themselves were problematic for "kubectl create -f https://..." because that only worked for raw URLs that referred to files, but not for symlinks. Now all Kubernetes directories are created from scratch by "make kustomize". The Makefile rules get simplified to avoid repetition.
- Loading branch information
Showing
47 changed files
with
8,096 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.