hack: remove redundant license headers in release (#171)
* remove per-yaml license headers in release manifests * manually insert a license header in release manifests * add README.md to /kubernetes-manifests indicating they're not ready to use (and refer to /release instead). * regenerate manifests Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
d23fe9cf33
commit
342318a9ae
5 changed files with 96 additions and 223 deletions
8
kubernetes-manifests/README.md
Normal file
8
kubernetes-manifests/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# ./kubernetes-manifests
|
||||
|
||||
:warning: Kubernetes manifests provided in this directory are not directly
|
||||
deployable to a cluster. They are meant to be used with `skaffold` command to
|
||||
insert the correct `image:` tags.
|
||||
|
||||
Use the manifests in [/release](/release) directory which are configured with
|
||||
pre-built public images.
|
Loading…
Add table
Add a link
Reference in a new issue