package
0.0.0-20241210215142-4db8b139d237
Repository: https://github.com/slickwarren/rancher-tests.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Charts Configs

You can find the correct suite name in the below by checking the test file you plan to run. In your config file, set the following:

"rancher": { 
  "host": "<rancher-server-host>",
  "adminToken": "<rancher-admin-token>",
  "insecure": true/optional,
  "cleanup": false/optional,
  "clusterName": "<cluster-to-run-test>"
}

From there, please use one of the following links to check charts tests:

  1. Monitoring Chart
  2. Gatekeeper Chart
  3. Istio Chart
  4. Webhook Chart

Note

  • For webhook charts, validations are run on the local cluster and the cluster name provided in the config.yaml. Please make sure to provide a downstream cluster name in the config.yaml instead of local cluster, so the validations are not run on the local cluster twice.