@marcos_feitoza/devops-helm
v1.12.1
Published
``` devops-helm/ ├── charts/ │ ├──my-python-app/ │ ├── charts/ │ ├── templates/ │ │ ├── deployment.yaml │ │ ├── service.yaml │ │ ├── ingress.yaml │ │ └── _helpers.tpl │ ├── values/ │ ├── my-python-app/ │ │
Downloads
669
Readme
devops-helm/
├── charts/
│ ├──my-python-app/
│ ├── charts/
│ ├── templates/
│ │ ├── deployment.yaml
│ │ ├── service.yaml
│ │ ├── ingress.yaml
│ │ └── _helpers.tpl
│
├── values/
│ ├── my-python-app/
│ │ ├── values.yaml