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
- To enable security, set `security` to true in `Values.yaml`.
47
+
- To enable high availability, set `ha` to true in `Values.yaml`.
51
48
52
-
- Create a new project.
53
-
54
-
```
55
-
oc sync dev
56
-
```
57
-
58
-
- Run the pipeline.
59
-
```
60
-
oc pipeline --tekton
61
-
```
62
-
63
-
- Enter git credentials.
64
-
- Use down/up arrow and select `ibm-mq`.
65
-
- Hit Enter to enable image scanning.
66
-
- Open the url to see the pipeline running in the OpenShift Console.
67
-
68
-
- Verify that Pipeline Run completed successfully.
69
-
70
-
- To make sure the queuemanager is successfully deployed, run `oc get queuemanager`.
71
-
72
-
Note: This pipeline demonstrates how to add in the `mqsc` configuration files. Similarly, if you want to configure an `qm.ini`, please create a configMap for the same and inject it under `spec.queueManager` in the `qm-template.yaml` using the below snippet.
49
+
Note: This project demonstrates how to add in the `mqsc` configuration files. Similarly, if you want to configure an `qm.ini`, please create a configMap for the same and inject it under `spec.queueManager` in the `qm-template.yaml` using the below snippet.
0 commit comments