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 releaseName: rancher-monitoring-crd
chart: rancher-monitoring-crd chart: rancher-monitoring-crd
repo: https://charts.rancher.io repo: https://charts.rancher.io
version: 9.4.201

View File

@@ -3,6 +3,7 @@ helm:
releaseName: rancher-monitoring releaseName: rancher-monitoring
repo: https://charts.rancher.io repo: https://charts.rancher.io
chart: rancher-monitoring chart: rancher-monitoring
version: 9.4.201
diff: diff:
comparePatches: comparePatches:
- apiVersion: admissionregistration.k8s.io/v1beta1 - 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 namespace: fleet-kustomize-example
resources: resources:
- content: | - content: |
# Helm Example # Kustomize Example
This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application 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. using kustomize. The app will be deployed into the `fleet-kustomize-example` namespace.