We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df1ad10 + b57fd76 commit 665da6eCopy full SHA for 665da6e
1 file changed
charts/i2g-operator/values.yaml
@@ -11,7 +11,12 @@ replicaCount: 1
11
12
# Inline environment variables
13
# it will be put directly in containers.
14
-env: {}
+env:
15
+ I2G_LOG_LEVEL: "info"
16
+ I2G_EXPERIMENTAL: "true"
17
+ I2G_LINK_TO_INGRESS: "true"
18
+ I2G_DEFAULT_GATEWAY_NAME: "gateway"
19
+ I2G_DEFAULT_GATEWAY_NAMESPACE: "default"
20
21
updateStrategy: {}
22
# type: RollingUpdate
0 commit comments