File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1313image.tar
1414
1515tilt_options.json
16+ local_values.yaml
1617
1718.direnv /
1819.direnvrc
Original file line number Diff line number Diff line change @@ -22,11 +22,17 @@ custom_build(
2222# oci.stackable.tech/sandbox/opa-operator:0.0.0-dev (which does not exist)
2323k8s_kind ('DaemonSet' , image_json_path = '{.spec.template.metadata.annotations.internal\\ .stackable\\ .tech/image}' )
2424
25+ # Optionally specify a custom Helm values file to be passed to the Helm deployment below.
26+ # This file can for example be used to set custom telemetry options (like log level) which is not
27+ # supported by helm(set).
28+ helm_values = settings .get ('helm_values' , None )
29+
2530k8s_yaml (helm (
2631 'deploy/helm/' + operator_name ,
2732 name = operator_name ,
2833 namespace = "stackable-operators" ,
2934 set = [
3035 'secretOperator.image.repository=' + registry + '/' + operator_name ,
3136 ],
37+ values = helm_values
3238))
You can’t perform that action at this time.
0 commit comments