IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

fix: Patch Zen database for CP4D #308

Closed nastacio closed 10 months ago

nastacio commented 10 months ago

closes: #304

Description of changes:

Output of argocd app list command or screenshot of the Argo CD Application synchronization window showing successful application of changes in this branch.

Logs of the job execution:

+ result=1
+ '[' 1 -eq 1 ']'
+ '[' 0 -lt 7200 ']'
+ oc get deployment zen-databases -n cp4d-operands
W1208 13:37:21.615072       7 loader.go:222] Config not found: /opt/ansible/.kubeconfig
NAME            READY   UP-TO-DATE   AVAILABLE   AGE
zen-databases   2/2     2            2           12h
+ result=0
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ oc patch deployment zen-databases -n cp4d-operands --type=json '-p=[{"op": "add", "path": "/spec/template/spec/containers/0/env/-", "value": {"name": "npm_config_cache", "value": "/tmp"}}]'
W1208 13:37:21.773219      26 loader.go:222] Config not found: /opt/ansible/.kubeconfig
Warning: spec.template.spec.containers[0].env[3].name: duplicate name "npm_config_cache"
deployment.apps/zen-databases patched
+ exit 0
nastacio commented 10 months ago

:tada: This PR is included in version 0.34.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: