mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #813 from yujunz/varref
Add Pod initContainer to var reference
This commit is contained in:
@@ -100,6 +100,15 @@ varReference:
|
|||||||
- path: spec/containers/env/value
|
- path: spec/containers/env/value
|
||||||
kind: Pod
|
kind: Pod
|
||||||
|
|
||||||
|
- path: spec/initContainers/command
|
||||||
|
kind: Pod
|
||||||
|
|
||||||
|
- path: spec/initContainers/args
|
||||||
|
kind: Pod
|
||||||
|
|
||||||
|
- path: spec/initContainers/env/value
|
||||||
|
kind: Pod
|
||||||
|
|
||||||
- path: spec/rules/host
|
- path: spec/rules/host
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user