Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 3, 2020 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/b942ac1b89eb6e7428c18c886282c6e8 to your computer and use it in GitHub Desktop.
Save velotiotech/b942ac1b89eb6e7428c18c886282c6e8 to your computer and use it in GitHub Desktop.
bookstore-operator/
| |- build/ # Contains the Dockerfile to build the operator image.
| |- deploy/ # Contains the crd, cr and manifest files for deploying operator.
| |- roles/ # Contains the helm chart we used while creating the project.
| |- molecule/ # molecule is used for testing the ansible roles.
| |- watches.yaml # Specifies the resource the operator watches (maintains the state of).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment