We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a05d1 commit 52047c1Copy full SHA for 52047c1
template/deploy/helm/[[operator]]/templates/deployment.yaml.j2
@@ -43,6 +43,11 @@ spec:
43
- mountPath: /etc/stackable/{{ include "operator.appname" . }}/config-spec
44
name: config-spec
45
env:
46
+ # The following env vars are passed as clap (think CLI) arguments to the operator.
47
+ # They are picked up by clap using the structs defied in
48
+ # https://github.com/stackabletech/operator-rs/blob/main/crates/stackable-operator/src/cli.rs
49
+ # (currently "ProductOperatorRun").
50
+ # You can read there about the expected values and purposes.
51
- name: OPERATOR_IMAGE
52
# Tilt can use annotations as image paths, but not env variables
53
valueFrom:
0 commit comments