Skip to content

Commit

Permalink
add kubescape operator to the catalog (close #45) (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jan 23, 2024
1 parent 6a35386 commit 554158e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ apps:
categories:
- Observability

- name: kubescape-operator
displayName: Kubescape Operator
website: "https://github.com/kubescape/kubescape/"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/kubescape-operator.svg"
description: "Kubescape is an open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters. It includes risk analysis, security, compliance, and misconfiguration scanning."
categories:
- Security

- name: kyverno
displayName: Kyverno
website: "https://github.com/kyverno/kyverno"
Expand Down
26 changes: 26 additions & 0 deletions kubescape-operator/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubescape-operator
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: '10'
spec:
project: default
source:
repoURL: 'https://kubescape.github.io/helm-charts/'
targetRevision: 1.17.3
chart: kubescape-operator
helm:
values: |
clusterName: <ADD-MANAGEMENT-CLUSTER-NAME>
destination:
server: 'https://kubernetes.default.svc'
namespace: kubescape
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

0 comments on commit 554158e

Please sign in to comment.