1manifests := "manifests.yaml" 2url := "https://github.com/external-secrets/external-secrets/releases/download" 3 4update version="0.9.16": 5 rm -f {{manifests}} 6 curl -Lo {{manifests}} {{url}}/v{{version}}/external-secrets.yaml
View as plain text