Skip to content

Commit

Permalink
Merge pull request #434 from deads2k/remove-scc
Browse files Browse the repository at this point in the history
remove unnecessary scc
  • Loading branch information
openshift-merge-robot authored Oct 9, 2018
2 parents d496f46 + 40c82ae commit 96d52c9
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 96d52c9

Please sign in to comment.