Merge pull request #20 from moio/fix_fixtures

Tests: fix examples
This commit is contained in:
Arvind Iyengar
2022-06-09 14:32:03 -07:00
committed by GitHub
4 changed files with 301 additions and 288 deletions

View File

@@ -3,3 +3,4 @@ helm:
releaseName: rancher-monitoring-crd
chart: rancher-monitoring-crd
repo: https://charts.rancher.io
version: 9.4.201

View File

@@ -3,6 +3,7 @@ helm:
releaseName: rancher-monitoring
repo: https://charts.rancher.io
chart: rancher-monitoring
version: 9.4.201
diff:
comparePatches:
- apiVersion: admissionregistration.k8s.io/v1beta1

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@ spec:
namespace: fleet-kustomize-example
resources:
- content: |
# Helm Example
# Kustomize Example
This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application
using kustomize. The app will be deployed into the `fleet-kustomize-example` namespace.