Skip to content

Commit

Permalink
Remove unnecessary configuration in the BMO ConfigMap
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetrov117 committed Oct 17, 2023
1 parent bf97f1b commit f52c47a
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,9 @@ data:
CACHEURL: "http://{{ $ironicCacheHost }}/images"
DEPLOY_KERNEL_URL: "http://{{ $ironicBootHost }}/images/ironic-python-agent.kernel"
DEPLOY_RAMDISK_URL: "http://{{ $ironicBootHost }}/images/ironic-python-agent.initramfs"
HTTP_PORT: {{ .Values.baremetaloperator.httpPort | quote }}
IRONIC_ENDPOINT: "http://{{ $ironicApiHost }}/v1/"
IRONIC_INSPECTOR_ENDPOINT: "http://{{ $ironicInspectorHost }}/v1/"
DHCP_RANGE: {{ .Values.global.dhcpRange }}
PROVISIONING_INTERFACE: {{ .Values.global.provisioningInterface }}
{{- if .Values.global.provisioningIP }}
PROVISIONING_IP: {{ .Values.global.provisioningIP }}
{{- end }}
IRONIC_FAST_TRACK: "true"
RESTART_CONTAINER_CERTIFICATE_UPDATED: "false"
IRONIC_INSECURE: "true"
kind: ConfigMap
metadata:
name: baremetal-operator-ironic
Expand Down

0 comments on commit f52c47a

Please sign in to comment.