Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add kubescape operator to the catalog (close #45) #54

Merged
merged 6 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ apps:
categories:
- Observability

- name: kubescape-operator
displayName: Kubescape Operator
website: "https://github.com/kubescape/kubescape/"
secretKeys:
- name: cluster-name
label: Name of the management cluster
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/kubescape-operator/logo.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'
fharper marked this conversation as resolved.
Show resolved Hide resolved
spec:
project: default
source:
repoURL: 'https://kubescape.github.io/helm-charts/'
targetRevision: 1.17.3
chart: kubescape-operator
helm:
values: |
clusterName: kubescape-secret
destination:
server: 'https://kubernetes.default.svc'
namespace: kubescape
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
16 changes: 16 additions & 0 deletions kubescape-operator/external-secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: kubescape-secret
namespace: kubescape
spec:
target:
name: kubescape-secret
secretStoreRef:
kind: ClusterSecretStore
name: vault-kv-secret
refreshInterval: 10s
dataFrom:
- extract:
key: /kubescape-operator
1 change: 1 addition & 0 deletions kubescape-operator/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.