Prerequisites
Setup
- Create a
--kind=envsecret
- Check that the secret was properly created with:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🎓 Pluto PRO promo: academic users and early-stage startups can email founders@trainy.ai for a PROMO code.
Example task yamls for secrets
--kind=env secret$ konduktor secret create --kind=env --inline FOO=bar my-env-name
$ konduktor secret list
$ ls
task.yaml
$ konduktor launch task.yaml
name: env-secrets
resources:
cpus: 1
memory: 1
image_id: ubuntu
labels:
kueue.x-k8s.io/queue-name: user-queue
maxRunDurationSeconds: "3200"
run: |
echo "=== ENV TEST: FOO ==="
echo "FOO=$FOO"
echo "======================"
Was this page helpful?