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
ProblemStatement: As a SRE admin, I want to apply common labels across all resources that either get created or applied as Recipe tasks.
The text was updated successfully, but these errors were encountered:
kind: Recipe metadata: labels: label.recipe.dope.mayadata.io/my-app: common-val label.recipe.dope.mayadata.io/my-app-2: common-val-2 spec: tasks: - create: state: kind: Pod metadata: spec: - apply: state: kind: Pod metadata: spec:
labels: my-app: common-val my-app2: common-val2
Sorry, something went wrong.
No branches or pull requests
ProblemStatement: As a SRE admin, I want to apply common labels across all resources that either get created or applied as Recipe tasks.
The text was updated successfully, but these errors were encountered: