Files
onepassword-operator/config/samples/kustomization.yaml
Eddy Filip a3de05fbdb Create OnePasswordItem API and controller
Command executed: `operator-sdk create api --version v1 --kind OnePasswordItem --resource --controller`
`--group` flag is skipped because we don't have a group in the previous version of the operator and we want to make things consistent and not bring any breaking changes.
2022-09-13 14:51:50 +03:00

5 lines
155 B
YAML

## Append samples you want in your CSV to this file as resources ##
resources:
- _v1_onepassworditem.yaml
#+kubebuilder:scaffold:manifestskustomizesamples