Skip to content

Commit

Permalink
Merge pull request #241 from yevgeny-shnaidman/yevgeny/removing-old-code
Browse files Browse the repository at this point in the history
Removing old/unused packages
  • Loading branch information
k8s-ci-robot authored Jun 17, 2024
2 parents febaa0a + c50d9b3 commit 3cef2ea
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 3,363 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN make build
# Debug image for running the operator
FROM ${BASE_IMAGE_DEBUG} as debug
COPY --from=builder /workspace/node-feature-discovery-operator /
COPY --from=builder /workspace/build/assets /opt/nfd

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

# Run as unprivileged user
USER 65534:65534
Expand Down
32 changes: 0 additions & 32 deletions build/assets/gc/clusterrole.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions build/assets/gc/clusterrolebinding.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions build/assets/gc/deployment.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions build/assets/gc/serviceaccount.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions build/assets/master/0100_service_account.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions build/assets/master/0200_clusterrole.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions build/assets/master/0300_clusterrole_binding.yaml

This file was deleted.

88 changes: 0 additions & 88 deletions build/assets/master/0400_master_deployment.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions build/assets/master/0500_service.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions build/assets/prune/0100_service_account.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions build/assets/prune/0200_clusterrole.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions build/assets/prune/0300_clusterole_binding.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions build/assets/prune/0400_prune_job.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions build/assets/topologyupdater/01_sa.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions build/assets/topologyupdater/02_clusterrole.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions build/assets/topologyupdater/03_clusterrolebinding.yaml

This file was deleted.

Loading

0 comments on commit 3cef2ea

Please sign in to comment.