-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
kind:bugSomething isn't workingSomething isn't working
Description
Hello,
so just installed ksops and kustomize with brew:
which ksops
/usr/local/bin/ksops
$ksops
KSOPS is a flexible kustomize plugin for SOPS encrypted resources.
KSOPS supports both legacy and KRM style exec kustomize functions.
kustomize Usage:
- kustomize build --enable-alpha-plugins --enable-exec
Standalone Usage :
- Legacy: ksops secret-generator.yaml
- KRM: cat secret-generator.yaml | ksops
$ file /usr/local/bin/ksops
/usr/local/bin/ksops: Mach-O 64-bit executable arm64
$ kustomize version
v5.4.2
$ kustomize build --enable-alpha-plugins --enable-exec --enable-helm '/mydir'
error: loading generator plugins: failed to load generator: expected file with Go object code at: /Users/user/.config/kustomize/plugin/viaduct.ai/v1/ksops/ksops.so
I tried also official installation script but it just creates one binary in /usr/local/bin.
My understanding is that kustomize should allow executing a binary instead of looking for a library with --enable-exec
but I have no clue how to convince it to do it.
Metadata
Metadata
Assignees
Labels
kind:bugSomething isn't workingSomething isn't working