15 lines
376 B
YAML
15 lines
376 B
YAML
apiVersion: viaduct.ai/v1
|
|
kind: ksops
|
|
metadata:
|
|
# Specify a name
|
|
name: example-secret-generator
|
|
annotations:
|
|
config.kubernetes.io/function: |
|
|
exec:
|
|
# if the binary is in your PATH, you can do
|
|
path: ksops
|
|
# otherwise, path should be relative to manifest files, like
|
|
# path: ../../../ksops
|
|
files:
|
|
- ./secret.enc.yaml
|
|
|