Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Remove from install-kube-system
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmccormick committed Jul 18, 2018
1 parent ac5c233 commit 218a8d0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions core/controlplane/config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -961,20 +961,6 @@ write_files:
# Deployments
applyall "${mfdir}"/{kube-dns,kube-dns-autoscaler,kubernetes-dashboard,{{ if .Addons.ClusterAutoscaler.Enabled }}cluster-autoscaler,{{ end }}heapster{{ if .KubeResourcesAutosave.Enabled }},kube-resources-autosave{{ end }}}"-de.yaml"

{{/* RUN-605 Add Flyte */}}
{{ if .CustomSettings.Flyte.Enabled }}
kubectl apply -f "${mfdir}/flyte-konveyor.yaml"
{{ end }}
{{/* RUN-605 Add Flyte */}}

{{/* RUN-861 Add Helm-deploy-operator */}}
{{ if .CustomSettings.HelmDeployOperator.Enabled }}
kubectl apply -f "${mfdir}/helm-deploy-crd.yaml"
kubectl apply -f "${rbac}/helm-deploy-operator.yaml"
kubectl apply -f "${mfdir}/helm-deploy-operator.yaml"
{{ end }}
{{/* RUN-861 */}}

# Daemonsets
applyall "${mfdir}"/kube-proxy"-ds.yaml"

Expand Down

0 comments on commit 218a8d0

Please sign in to comment.