You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,7 @@ oc get applications -A -w
29
29
30
30
In order to load the secrets out of band into the vault you can copy the
31
31
`values-secret.yaml.template` inside the pattern's git repo to
32
-
`~/values-secret-<pattern_name>.yaml`, edit the secrets at your discretion and then run `make
33
-
load-secrets`. Otherwise you can access the vault via its network route, login
32
+
`~/values-secret-<pattern_name>.yaml`, edit the secrets at your discretion and then run `make load-secrets`. Otherwise you can access the vault via its network route, login
34
33
via the root token (contained in the `imperative` namespace in the `vaultkeys`
35
34
secret and then add the secrets via the UI (this approach is a bit more work)
36
35
@@ -202,14 +201,17 @@ Next, create the OperatorHub release, by creating the community operator PR:
202
201
203
202
```
204
203
cd ../community-operators-prod
204
+
# Make sure you copy a release-config.yaml from the previous version
205
+
# and also change the version it replaces and make sure the ocp versions you want
0 commit comments