Skip to content

Commit

Permalink
remove unnecessary scc
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Oct 9, 2018
1 parent c033120 commit 40c82ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion pkg/asset/manifests/tectonic.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func (t *Tectonic) Generate(dependencies asset.Parents) error {
"99_tectonic-system-00-binding-admin.yaml": []byte(content.BindingAdmin),
"99_tectonic-system-01-ca-cert.yaml": applyTemplateData(content.CaCertTectonicSystem, templateData),
"99_tectonic-system-02-pull.json": applyTemplateData(content.PullTectonicSystem, templateData),
"99_tectonic-system-03-privileged-scc.yaml": []byte(content.PriviledgedSccTectonicSystem),
}

t.files = make([]*asset.File, 0, len(assetData))
Expand Down

0 comments on commit 40c82ae

Please sign in to comment.