Created
July 3, 2020 06:17
-
-
Save velotiotech/b942ac1b89eb6e7428c18c886282c6e8 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
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