Releases: freight-trust/actions-gitops-update
Kubernetes GitOps Update
These YAMLs can contain standard Kubernetes constructs, such as Deployments and Service, or Appsody app-deploy.yaml
files defining AppsodyApplication CRD instances.
For example, the action
expects to be run inside a working directory (by default, this is the /github/workspace
directory in the virtual environment), with a default collection of application component deployment YAML files that have been created by helm template
commands with the following folder structure:
templates/deployment.yaml
templates/service.yaml
The action expects to be run inside a working directory (by default, this is the /github/workspace
directory in the virtual environment), with a collection of application component deployment YAML files that have been created by helm template
commands with the following folder structure:
appsody/app-deploy.yaml