Skip to content

Commit 14b0b95

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Remove MCAD and InstaScale internal templates
1 parent 262a477 commit 14b0b95

16 files changed

+0
-354
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
1818
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
1919
WORKDIR /
2020
COPY --from=builder /workspace/manager .
21-
COPY config/internal config/internal
2221

2322
USER 65532:65532
2423
ENTRYPOINT ["/manager"]

config/internal/instascale/clusterrole.yaml.tmpl

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

config/internal/instascale/clusterrolebinding.yaml.tmpl

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

config/internal/instascale/configmap.yaml.tmpl

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

config/internal/instascale/deployment.yaml.tmpl

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

config/internal/instascale/sa.yaml.tmpl

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

config/internal/mcad/clusterrole_mcad-controller.yaml.tmpl

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

config/internal/mcad/clusterrolebinding_mcad-controller-kube-scheduler.yaml.tmpl

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

config/internal/mcad/clusterrolebinding_mcad-controller.yaml.tmpl

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

config/internal/mcad/clusterrolebinding_mcad-edit.yaml.tmpl

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

config/internal/mcad/configmap.yaml.tmpl

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

config/internal/mcad/deployment.yaml.tmpl

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

config/internal/mcad/image_secret.yaml

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

config/internal/mcad/service_nodeport.yaml

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

config/internal/mcad/serviceaccount.yaml.tmpl

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

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import (
4242
var (
4343
scheme = runtime.NewScheme()
4444
setupLog = ctrl.Log.WithName("setup")
45-
// templatesPath = "config/internal/"
4645
)
4746

4847
func init() {

0 commit comments

Comments
 (0)