-
-
Save 4ankush/d1e04fcd7382702b914b5d6cd3e5a1ae to your computer and use it in GitHub Desktop.
argo-helm-chart blog
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
. | |
├── 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