Skip to content

Instantly share code, notes, and snippets.

@4ankush
Created June 28, 2023 10:40
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 4ankush/d1e04fcd7382702b914b5d6cd3e5a1ae to your computer and use it in GitHub Desktop.
Save 4ankush/d1e04fcd7382702b914b5d6cd3e5a1ae to your computer and use it in GitHub Desktop.
argo-helm-chart blog
.
├── charts
│ ├── microservice-a
│ │ ├── Chart.yaml
│ │ ├── templates
│ │ │ ├── deployment.yaml
│ │ │ ├── service.yaml
│ │ │ └── ...
│ │ └── values.yaml
│ ├── microservice-b
│ │ ├── Chart.yaml
│ │ ├── templates
│ │ │ ├── deployment.yaml
│ │ │ ├── service.yaml
│ │ │ └── ...
│ │ └── values.yaml
│ └── ...
└── main-chart
├── Chart.yaml
├── values.yaml
└── requirements.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment