mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
added DaemonSet
This commit is contained in:
committed by
GitHub
parent
68ca28879d
commit
feb0502cb4
@@ -31,6 +31,12 @@ varReference:
|
|||||||
- path: spec/template/spec/containers/command
|
- path: spec/template/spec/containers/command
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
||||||
|
- path: spec/template/spec/initContainers/command
|
||||||
|
kind: DaemonSet
|
||||||
|
|
||||||
|
- path: spec/template/spec/containers/command
|
||||||
|
kind: DaemonSet
|
||||||
|
|
||||||
- path: spec/template/spec/containers/command
|
- path: spec/template/spec/containers/command
|
||||||
kind: Job
|
kind: Job
|
||||||
|
|
||||||
@@ -49,6 +55,12 @@ varReference:
|
|||||||
- path: spec/template/spec/containers/args
|
- path: spec/template/spec/containers/args
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
||||||
|
- path: spec/template/spec/initContainers/args
|
||||||
|
kind: DaemonSet
|
||||||
|
|
||||||
|
- path: spec/template/spec/containers/args
|
||||||
|
kind: DaemonSet
|
||||||
|
|
||||||
- path: spec/template/spec/containers/args
|
- path: spec/template/spec/containers/args
|
||||||
kind: Job
|
kind: Job
|
||||||
|
|
||||||
@@ -67,6 +79,12 @@ varReference:
|
|||||||
- path: spec/template/spec/containers/env/value
|
- path: spec/template/spec/containers/env/value
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
||||||
|
- path: spec/template/spec/initContainers/env/value
|
||||||
|
kind: DaemonSet
|
||||||
|
|
||||||
|
- path: spec/template/spec/containers/env/value
|
||||||
|
kind: DaemonSet
|
||||||
|
|
||||||
- path: spec/template/spec/containers/env/value
|
- path: spec/template/spec/containers/env/value
|
||||||
kind: Job
|
kind: Job
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user