Skip to content

Commit 3cef2ea

Browse files
authored
Merge pull request #241 from yevgeny-shnaidman/yevgeny/removing-old-code
Removing old/unused packages
2 parents febaa0a + c50d9b3 commit 3cef2ea

32 files changed

+0
-3363
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ RUN make build
1919
# Debug image for running the operator
2020
FROM ${BASE_IMAGE_DEBUG} as debug
2121
COPY --from=builder /workspace/node-feature-discovery-operator /
22-
COPY --from=builder /workspace/build/assets /opt/nfd
2322

2423
# Run as unprivileged user
2524
USER 65534:65534
@@ -30,7 +29,6 @@ LABEL io.k8s.display-name="node-feature-discovery-operator"
3029
# Production image for running the operator
3130
FROM ${BASE_IMAGE_PROD} as prod
3231
COPY --from=builder /workspace/node-feature-discovery-operator /
33-
COPY --from=builder /workspace/build/assets /opt/nfd
3432

3533
# Run as unprivileged user
3634
USER 65534:65534

build/assets/gc/clusterrole.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

build/assets/gc/clusterrolebinding.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

build/assets/gc/deployment.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

build/assets/gc/serviceaccount.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/assets/master/0100_service_account.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

build/assets/master/0200_clusterrole.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

build/assets/master/0300_clusterrole_binding.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

build/assets/master/0400_master_deployment.yaml

Lines changed: 0 additions & 88 deletions
This file was deleted.

build/assets/master/0500_service.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)