forked from minishift/minishift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue minishift#177 Implementing infrastructure for mananging addons
- Loading branch information
1 parent
1f2a32e
commit c48056c
Showing
56 changed files
with
4,574 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Name: anyuid | ||
# Description: Allows authenticated users to run images under a non pre-allocated UID | ||
# Url: https://access.redhat.com/documentation/en-us/openshift_enterprise/3.2/html/cluster_administration/admin-guide-manage-scc | ||
|
||
oc adm policy add-scc-to-group anyuid system:authenticated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Name: eap | ||
# Description: Imports EAP templates | ||
|
||
oc create -f eap64-basic-s2i.json -n openshift | ||
oc create -f eap64-mysql-persistent-s2i.json -n openshift |
Oops, something went wrong.