Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions charts/gateway-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
{{ include "kong.renderTpl" (dict "value" .Values.podLabels "context" $) | nindent 8 }}
{{- end }}
spec:
hostNetwork: {{ .Values.hostNetwork }}
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions charts/gateway-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,7 @@ certsDir:
# Override the default deployment selector labels. This is useful if you don't want
# to use the defaults or are migrating to this chart and want to use existing labels.
# selectorLabels: []

# Deploy the deployment in host network.
# May be required to set to true if Calico CNI is used.
hostNetwork: false