9 lines
169 B
YAML
9 lines
169 B
YAML
clusterName: helm-lint
|
|
initContainers:
|
|
- name: "teleport-init"
|
|
image: "alpine"
|
|
args: ["echo test"]
|
|
- name: "teleport-init2"
|
|
image: "alpine"
|
|
args: ["echo test2"]
|