Skip to content

Instantly share code, notes, and snippets.

@benmoss
Created June 10, 2022 20:46
Show Gist options
  • Save benmoss/c22b567f4d282e3eaa483b18709ce477 to your computer and use it in GitHub Desktop.
Save benmoss/c22b567f4d282e3eaa483b18709ce477 to your computer and use it in GitHub Desktop.
FROM scratch
ADD bin/carvel-secretgen-controller /carvel-secretgen-controller
ENTRYPOINT ["/carvel-secretgen-controller"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment