Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amaurybsouza/f13a197aff2a5d5fb8c76d31295f0bfc to your computer and use it in GitHub Desktop.
Save amaurybsouza/f13a197aff2a5d5fb8c76d31295f0bfc to your computer and use it in GitHub Desktop.
helm_structure
# 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