Skip to content

Commit

Permalink
add argoCD application yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Oct 16, 2023
1 parent bcaf75d commit 14e772a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ArgoCDApplication.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 14e772a

Please sign in to comment.