Files
dsk-devops-toolchains/helm/teleport-cluster/.lint/initcontainers.yaml
2024-01-03 17:29:11 +09:00

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"]