Add Windows helm example

This commit is contained in:
Nick Gerace
2021-02-04 09:47:25 -05:00
parent c6e54d7a56
commit 5be7ae7e98
5 changed files with 102 additions and 0 deletions

15
windows-helm/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Windows Helm Example
This example will deploy the [Windows application example](https://kubernetes.io/docs/setup/production-environment/windows/user-guide-windows-containers/) packaged as a Helm chart.
```yaml
kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
name: helm
namespace: fleet-local
spec:
repo: https://github.com/rancher/fleet-examples
paths:
- windows-helm
```