Created
June 30, 2022 09:37
-
-
Save amaurybsouza/f13a197aff2a5d5fb8c76d31295f0bfc to your computer and use it in GitHub Desktop.
helm_structure
This file contains hidden or 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
# tree webserver/ | |
webserver/ | |
├── charts | |
├── Chart.yaml | |
├── templates | |
│ ├── deployment.yaml | |
│ ├── _helpers.tpl | |
│ ├── hpa.yaml | |
│ ├── ingress.yaml | |
│ ├── NOTES.txt | |
│ ├── serviceaccount.yaml | |
│ ├── service.yaml | |
│ └── tests | |
│ └── test-connection.yaml | |
└── values.yaml | |
3 directories, 10 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment