Skip to content

Commit

Permalink
update the application name in the stack
Browse files Browse the repository at this point in the history
  • Loading branch information
dipankardas011 committed Jul 9, 2024
1 parent 01763cf commit b574e9f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions content/en/docs/Ksctl Operators/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@ It has a dependency on `ksctl agent`
### Supported Apps and CNI
| Name | Type | Category | Ksctl_Name |
|- | - | - | - |
| Argo-CD | App | CI/CD | argocd |
| Argo-Rollouts | App | CI/CD | argo-rollouts |
| Istio | App | Service Mesh | istio |
| Cilium | Cni | - | cilium |
| Flannel | Cni | - | flannel |
| Kube-Prometheus | App | Monitoring | prometheus-stack |
| Argo-CD | standard | CI/CD | standard-argocd |
| Argo-Rollouts | standard | CI/CD | standard-argorollouts |
| Istio | standard | Service Mesh | standard-istio |
| Cilium | standard | - | standard-cilium |
| Flannel | standard | - | standard-flannel |
| Kube-Prometheus | standard | Monitoring | standard-kubeprometheus |

#### Example usage

Lets deploy `argocd@v2.9.X`, `prometheus-stack@v55.X.Y`
Lets deploy `argocd@v2.9.X`, `kube-prometheus-stack@v55.X.Y`
```yaml
apiVersion: application.ksctl.com/v1alpha1
kind: Stack
metadata:
name: monitoring-plus-gitops
spec:
components:
- appName: argocd
- appName: standard-argocd
appType: app
version: v2.9.12

- appName: prometheus-stack
- appName: standard-kubeprometheus
appType: app
version: "55.0.0"
```
Expand All @@ -66,11 +66,11 @@ metadata:
name: monitoring-plus-gitops
spec:
components:
- appName: argocd
- appName: standard-argocd
appType: app
version: latest

- appName: prometheus-stack
- appName: standard-kubeprometheus
appType: app
version: latest
```
Expand Down

0 comments on commit b574e9f

Please sign in to comment.