17 lines
366 B
YAML
17 lines
366 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: istio
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
chart: istio-base
|
|
repoURL: https://istio-release.storage.googleapis.com/charts
|
|
targetRevision: 1.30.2
|
|
helm:
|
|
releaseName: base
|
|
destination:
|
|
server: "https://kubernetes.default.svc"
|
|
namespace: istio-system
|