18 lines
317 B
YAML
18 lines
317 B
YAML
fileSecrets:
|
|
- name: google-account-key
|
|
path: /google-account-key
|
|
secrets:
|
|
key.json: supersecret
|
|
another.json: |
|
|
this
|
|
is
|
|
a
|
|
multiline
|
|
secret
|
|
|
|
sidecar:
|
|
repository: debian
|
|
tag: stable-slim
|
|
shell: "/bin/bash"
|
|
command: "while true; do sleep 30; done;"
|