Skip to content

Commit c38ac05

Browse files
committed
chore(devenv): remove commented code
Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
1 parent 6ab296b commit c38ac05

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

devenv/Tiltfile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,11 @@ k8s_resource(
3030
)
3131

3232
k8s_resource(
33-
# workload="workspace-controller-controller-manager",
3433
new_name="controller-certs",
3534
objects=[
3635
"workspace-controller-serving-cert:certificate",
3736
"workspace-controller-selfsigned-issuer:issuer"
3837
],
39-
# objects=[
40-
# "workspace-controller-system:namespace",
41-
# "workspacekinds.kubeflow.org:customresourcedefinition",
42-
# "workspaces.kubeflow.org:customresourcedefinition",
43-
# "workspace-controller-controller-manager:serviceaccount",
44-
# "workspace-controller-leader-election-role:role",
45-
# "workspace-controller-manager-role:clusterrole",
46-
# "workspace-controller-workspace-editor-role:clusterrole",
47-
# "workspace-controller-workspace-viewer-role:clusterrole",
48-
# "workspace-controller-workspacekind-editor-role:clusterrole",
49-
# "workspace-controller-workspacekind-viewer-role:clusterrole",
50-
# "workspace-controller-leader-election-rolebinding:rolebinding",
51-
# "workspace-controller-manager-rolebinding:clusterrolebinding",
52-
# "workspace-controller-serving-cert:certificate",
53-
# "workspace-controller-selfsigned-issuer:issuer",
54-
# "workspace-controller-validating-webhook-configuration:validatingwebhookconfiguration"
55-
# ],
5638
labels="controller",
5739
resource_deps=[
5840
"cert-manager"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
22
# Ignore build and test binaries.
3-
# bin/

0 commit comments

Comments
 (0)