-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding OpenShift Template #1070
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1070 +/- ##
=======================================
Coverage 76.87% 76.87%
=======================================
Files 20 20
Lines 1310 1310
=======================================
Hits 1007 1007
Misses 303 303 ☔ View full report in Codecov by Sentry. |
can you squash the commits a bit and rebase against our master branch please? |
acb6815
to
d01a099
Compare
I don't think that the root of the project is appropriate for the puppetbaord-s2i-emplate.yaml file. I appreciate any suggestions on the correct placement of the file. Also, a LGTM is appreciated for my changes to the README.md. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no clue about OpenShift, but looks okay to me. But why not simply use the the provided image we publish on ghcr or dockerhub?
-p PUPPETBOARD_SOURCE_REPOSITORY_REF="v5.4.0" \ | ||
-p PUPPETBOARD_SERVICE_NAME=prod_puppetboard \ | ||
--template=puppetboard-template | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add an empty line here between ocde block and text pls.
triggers: | ||
- type: "GitHub" | ||
github: | ||
secret: "secret101" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats this secret?
I have created an OpenShift template that allows very easy creation and configuration of the Puppetboard Docker image.
Neither the location nor the name of the template file is of any consequence (to me) so I'm looking to the community for guidance.
I have updated the README.me and it's a giant work in progress.
I would appreciate comments and changes as needed.
I realize that everything is still very rough but I wanted to get the Voxpupuli community engaged.