Skip to content

Commit

Permalink
be able to set the allowAdHocContainers value
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed May 2, 2022
1 parent 8ac58df commit f5cb39e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kiali-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ spec:
value: {{ .Values.allowAdHocKialiNamespace | quote }}
- name: ALLOW_AD_HOC_KIALI_IMAGE
value: {{ .Values.allowAdHocKialiImage | quote }}
- name: ALLOW_AD_HOC_CONTAINERS
value: {{ .Values.allowAdHocContainers | quote }}
- name: PROFILE_TASKS_TASK_OUTPUT_LIMIT
value: "100"
- name: ANSIBLE_DEBUG_LOGS
Expand Down
4 changes: 4 additions & 0 deletions kiali-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ allowAdHocKialiNamespace: true
# You may want to disable this if you do not want users to install their own Kiali images.
allowAdHocKialiImage: false

# allowAdHocContainers tells the operator to allow a user to be able to install additional pod containers to the Kiali pod.
# In other words, it will allow the Kiali CR spec.deployment.additional_pod_containers_yaml to be configured by the user.
allowAdHocContainers: false

# For what a Kiali CR spec can look like, see:
# https://github.com/kiali/kiali-operator/blob/master/deploy/kiali/kiali_cr.yaml
cr:
Expand Down

0 comments on commit f5cb39e

Please sign in to comment.