We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ebb57 commit 9dc067fCopy full SHA for 9dc067f
ibm/mas_devops/roles/db2/tasks/install/main.yml
@@ -151,7 +151,7 @@
151
name: ibm-registry
152
namespace: "{{ db2_namespace }}"
153
data:
154
- .dockerconfigjson: "{{ new_secret | b64encode }}"
+ .dockerconfigjson: "{{ new_secret | to_json | b64encode }}"
155
register: secretUpdateResult
156
157
- name: "Delete old db2 subscription, operand request and csv from {{ ibm_common_services_namespace }}"
ibm/mas_devops/roles/db2/tasks/install/setup_norootsquash.yml
@@ -27,7 +27,7 @@
27
28
namespace: kube-system
29
30
31
32
33
# 3. Create DaemonSet
0 commit comments