An open API service indexing awesome lists of open source software.

https://github.com/kubewarden/fleet-example

Example of Rancher Fleet bundle for Kubewarden
https://github.com/kubewarden/fleet-example

hacktoberfest kubernetes kubernetes-security policy-as-code webassembly

Last synced: 6 months ago
JSON representation

Example of Rancher Fleet bundle for Kubewarden

Awesome Lists containing this project

README

        

[![Stable](https://img.shields.io/badge/status-stable-brightgreen?style=for-the-badge)](https://github.com/kubewarden/community/blob/main/REPOSITORIES.md#stable)

# Kubewarden Fleet example

This example will deploy Kubewarden packaged as Helm charts from the Kubewarden
Helm repo, https://charts.kubewarden.io, into the `cattle-fleet-system`
namespace. The defined Fleet modules have the chart dependencies codified via
`dependsOn`.

```yaml
kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
name: kubewarden-example
namespace: fleet-local
spec:
repo: https://github.com/kubewarden/kubewarden-fleet
branch: main
paths:
- cert-manager/
- jaeger/
- kubewarden/
- open-telemetry/
- rancher-monitoring/

# remove any external change done to resources owned by Fleet:
correctDrift:
enabled: true
force: true
```