You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow this ARG to be overriden by builds so that OKD builds may
have the correct branding by default without requiring an additional configmap.
OKD/SCOS builds pass the build-arg `TAGS=scos`, so `pkg/console/subresource/configmap/brand_okd.go`
which has `//go:build !ocp` will be built instead of `pkg/console/subresource/configmap/brand_ocp.go`
which has `//go:build ocp`.
This change should not affect the OCP build of the console-operator image.
0 commit comments