Closed Techassi closed 10 months ago
Part of https://github.com/stackabletech/issues/issues/188
This adds the ability to add labels to deployed operators using the newly introduced labels key in each operator Helm values.yaml file.
labels
values.yaml
This feature is cannot be used directly by stackablectl users, but instead the tool sets labels automatically based on the command executed.
stackablectl
EDIT: Encountered an issue with DynamicValues. The secret-operator doesn't include the resources key in its values.yaml file. How do we proceed?
DynamicValues
secret-operator
resources
Closing as discussed in today's (2024-02-01) meeting.
Part of https://github.com/stackabletech/issues/issues/188
This adds the ability to add labels to deployed operators using the newly introduced
labels
key in each operator Helmvalues.yaml
file.This feature is cannot be used directly by
stackablectl
users, but instead the tool sets labels automatically based on the command executed.EDIT: Encountered an issue with
DynamicValues
. Thesecret-operator
doesn't include theresources
key in itsvalues.yaml
file. How do we proceed?