Skip to content
Merged
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
2 changes: 1 addition & 1 deletion cmd/trainer-controller-manager/Dockerfile.odh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .

# Build
USER root
RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -a -o manager cmd/trainer-controller-manager/main.go
RUN CGO_ENABLED=1 GOEXPERIMENT=strictfipsruntime GOOS=linux GO111MODULE=on go build -a -o manager cmd/trainer-controller-manager/main.go

# Runtime
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
Expand Down
3 changes: 3 additions & 0 deletions manifests/rhoai/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Adds namespace to all resources.
namespace: opendatahub

sortOptions:
order: legacy

configMapGenerator:
- name: rhoai-config
envs:
Expand Down
Loading