ocp4 sops moved into sysadmin_guide
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
1d17fd8610
commit
c0d6947dba
35 changed files with 1 additions and 1 deletions
|
@ -0,0 +1,23 @@
|
|||
= Build/release the fas2discourse Operator
|
||||
|
||||
== Resources
|
||||
- [1] Code: https://pagure.io/cpe/fas2discourse
|
||||
- [2] Quay: https://quay.io/repository/fedora/fas2discourse-operator
|
||||
|
||||
== Installation
|
||||
To build the operator and tag it with version `0.0.63` as an example:
|
||||
|
||||
- First ensure that you are logged into quay.io and have access to the repository at [2].
|
||||
- Check out the code at [1].
|
||||
- Make the change to the version of the operator being built by editing the `Makefile` and change the variable at the top `VERSION ?= 0.0.63`
|
||||
|
||||
----
|
||||
make build
|
||||
----
|
||||
|
||||
Push the operator to the quay.io catalog then with the following:
|
||||
|
||||
----
|
||||
podman push quay.io/repository/fedora/fas2discourse-operator:0.0.63
|
||||
----
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue