Skip to content

Commit

Permalink
add code of conduct
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole committed May 11, 2018
1 parent 78370e8 commit b860318
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
[demos]: demos/README.md
[imageBase]: docs/base.jpg
[imageOverlay]: docs/overlay.jpg
[kubernetes style]: docs/glossary.md#kubernetes-style-object
[kustomization]: docs/glossary.md#kustomization
[overlay]: docs/glossary.md#overlay
[resources]: docs/glossary.md#resource
[sig-cli]: https://github.com/kubernetes/community/blob/master/sig-cli/README.md
[workflows]: docs/workflows.md
[kubernetes style]: docs/glossary.md#kubernetes-style-object

`kustomize` is a command line tool supporting
template-free customization of YAML (or JSON) objects
Expand Down Expand Up @@ -56,3 +57,8 @@ Run `kustomize` on your overlay. The result
is printed to `stdout` as a set of complete
resources, ready to be [applied] to a cluster.
See the [demos].


## About

This project sponsored by [sig-cli].
6 changes: 6 additions & 0 deletions code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Kubernetes Community Code of Conduct]: https://git.k8s.io/community/code-of-conduct.md

# Code of Conduct

This project has adopted the
[Kubernetes Community Code of Conduct].

0 comments on commit b860318

Please sign in to comment.