This package provides a test application to validate Knative functionality.
- testknativeapp
The following configuration values can be set to customize the testknativeapp installation.
Value | Required/Optional | Description |
---|---|---|
namespace |
Optional | The namespace in which to deploy testknativeapp. |
privileged_clusterrole_name |
Optional | If PSPs are enabled on the cluster, this is the name of the privileged clusterrole that allows our test app to start |
Just delpoy the package and test it. There should be an ksvc
ready to use in the namespace
you used.
- Update your config.json with the package info
- Add overlays and values
- Test your bundle:
ytt --data-values-file src/example-values/minikube.yaml -f target/bundle/config
providing a sample values file from example-values - Build your bundle
./hack/build.sh
- Add it to the failk8s-repo and publish the new repo and test the package from there, or test with local files
NOTE: develop
versions will not be image locked and will have a version of 0.0.0+develop to comply with semver.