diff --git a/ArgoCDApplication.yaml b/ArgoCDApplication.yaml new file mode 100644 index 00000000..153a2198 --- /dev/null +++ b/ArgoCDApplication.yaml @@ -0,0 +1,35 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kubescape + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + name: '' + namespace: kubescape + server: 'https://kubernetes.default.svc' + source: + path: charts/kubescape-operator + repoURL: 'https://github.com/kubescape/helm-charts.git' + targetRevision: kubescape-operator-1.16.0 + helm: + values: |- + account: "9e6c0c2c-6bd0-4919-815b-55030de7c9a0" + clusterName: "kind-kind" + sources: [] + project: default + syncPolicy: + syncOptions: + - PruneLast=true + - CreateNamespace=true + - RespectIgnoreDifferences=true + ignoreDifferences: + - group: core + kind: ConfigMap + name: url-config + namespace: kubescape + jsonPointers: + - /data + - /metadata