Initial commit.
This commit is contained in:
commit
840bd2e12a
10 changed files with 322 additions and 0 deletions
17
apps/reloader/kustomization.yaml
Normal file
17
apps/reloader/kustomization.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
resources:
|
||||
- github.com/stakater/Reloader/deployments/kubernetes/?ref=v1.4.2
|
||||
patches:
|
||||
# Add flags to reload workloads when ConfigMaps or Secrets are created or deleted
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: reloader-reloader
|
||||
patch: |-
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/args
|
||||
value:
|
||||
- '--reload-on-create=true'
|
||||
- '--reload-on-delete=true'
|
||||
- '--reload-strategy=annotations'
|
Loading…
Add table
Add a link
Reference in a new issue