K8s
Description
Type: Quest Resources
Hosting the user’s backend and frontend apps.
When specified as a resource, a fully functional K8s namespace will be created for the frontend and configured for the user.
Supported properties:
- config: deploy: true | false. Allows auto deploy after PR is merged. clear: secrets: The list of secrets to remove. ```yaml resources:
- name: k8s config: deploy: true clear: secrets: - new-relic-license-key ```
This example will remove the new-relic-license-key
secret upon the start of a quest and configure auto-deploy after every push to main.