Created
July 12, 2022 15:47
-
-
Save benmoss/774433767e398e7cf38970fb5a65d43d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: data.packaging.carvel.dev/v1alpha1 | |
kind: Package | |
metadata: | |
name: my-package | |
spec: | |
refName: my-package.test.carvel.dev | |
template: # type of App CR | |
spec: | |
fetch: | |
- imgpkgBundle: | |
image: my-registry/package:v1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment