@@ -34,9 +34,9 @@ Github workflows will be utilized in [this](./.github/workflows/). Required secr
34
34
35
35
### Deploy an AKS cluster, install ArgoCD or FluxCD helm charts or setup kubernetes resources for applications
36
36
37
- 0 . Deploy an AKS trough the [ manage-k8s-cluster workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-k8s-cluster ) .
38
- 1 . ** Optional:** Install external helm charts into the deployed kubernetes cluster trough [ manage-helm-charts workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-helm-charts )
39
- 2 . ** Optional:** Deploy kubernetes resources for application (secrets or reverse-proxy ingress) trough [ manage-internal-k8s-resources workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-internal-k8s-resources )
37
+ 0 . Deploy an AKS trough the [ manage-k8s-cluster workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-k8s-cluster.yml ) .
38
+ 1 . ** Optional:** Install external helm charts into the deployed kubernetes cluster trough [ manage-helm-charts workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-helm-charts.yml )
39
+ 2 . ** Optional:** Deploy kubernetes resources for application (secrets or reverse-proxy ingress) trough [ manage-internal-k8s-resources workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-internal-k8s-resources.yml )
40
40
41
41
** NOTE:** Set all the required Github secrets for aboves workflows
42
42
@@ -193,6 +193,6 @@ Registered [ArgoCD applications or FluxCD Kustomizations](./gitops/) will be tre
193
193
194
194
### Destroy the AKS cluster, uninstall helm charts or remove kubernetes resources for applications
195
195
196
- 0 . ** Optional:** Uninstall external helm charts of the deployed kubernetes cluster trough [ manage-helm-charts workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-helm-charts )
197
- 1 . ** Optional:** Destroy kubernetes resources for application (secrets or reverse-proxy ingress) trough [ manage-internal-k8s-resources workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-internal-k8s-resources )
198
- 2 . Destroy an AKS trough the [ manage-k8s-cluster workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-k8s-cluster )
196
+ 0 . ** Optional:** Uninstall external helm charts of the deployed kubernetes cluster trough [ manage-helm-charts workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-helm-charts.yml )
197
+ 1 . ** Optional:** Destroy kubernetes resources for application (secrets or reverse-proxy ingress) trough [ manage-internal-k8s-resources workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-internal-k8s-resources.yml )
198
+ 2 . Destroy an AKS trough the [ manage-k8s-cluster workflow] ( https://github.com/MGTheTrain/gitops-poc/actions/workflows/manage-k8s-cluster.yml )
0 commit comments