We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The readme only shows KeptnApp level postDeploymentTasks and preDeploymentEvaluations.
KeptnApp
postDeploymentTasks
preDeploymentEvaluations
Can a KeptnApp have preDeploymentTasks and postDeploymentEvaluations too?
preDeploymentTasks
postDeploymentEvaluations
--- apiVersion: lifecycle.keptn.sh/v1alpha3 kind: KeptnApp metadata: name: podtato-head namespace: podtato-kubectl spec: version: "1.3" revision: 1 workloads: - name: podtato-head-left-arm version: 0.1.0 - name: podtato-head-left-leg version: 1.2.3 postDeploymentTasks: - post-deployment-hello preDeploymentEvaluations: - my-prometheus-definition
--- apiVersion: lifecycle.keptn.sh/v1alpha3 kind: KeptnApp metadata: name: podtato-head namespace: podtato-kubectl spec: version: "1.3" revision: 1 workloads: - name: podtato-head-left-arm version: 0.1.0 - name: podtato-head-left-leg version: 1.2.3 preDeploymentTasks: - pre-deployment-hello postDeploymentTasks: - post-deployment-hello preDeploymentEvaluations: - my-prometheus-definition postDeploymentEvaluations: - my-prometheus-definition
The text was updated successfully, but these errors were encountered:
Yes, it can :)
Sorry, something went wrong.
I created a quick PR to add your suggested changes @agardnerIT 👍🏼 #1254
mowies
Successfully merging a pull request may close this issue.
The readme only shows
KeptnApp
levelpostDeploymentTasks
andpreDeploymentEvaluations
.Can a
KeptnApp
havepreDeploymentTasks
andpostDeploymentEvaluations
too?Current readme example
Proposed readme example
The text was updated successfully, but these errors were encountered: