From 03eae09e9a9591e978d5b778d1d13ecf23050ba4 Mon Sep 17 00:00:00 2001 From: Tom Klapiscak <7372253+tomklapiscak@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:49:46 +0100 Subject: [PATCH] [patch] Do not re-enable TLS in DB2DB postsync job (#186) https://jsw.ibm.com/browse/MASCORE-3750 --- .../templates/05-postsync-setup-db2_Job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instance-applications/120-ibm-db2u-database/templates/05-postsync-setup-db2_Job.yaml b/instance-applications/120-ibm-db2u-database/templates/05-postsync-setup-db2_Job.yaml index bdfddb4bb..520cf3067 100644 --- a/instance-applications/120-ibm-db2u-database/templates/05-postsync-setup-db2_Job.yaml +++ b/instance-applications/120-ibm-db2u-database/templates/05-postsync-setup-db2_Job.yaml @@ -95,7 +95,7 @@ kind: Job metadata: # Suffix the Job name with a hash of all chart values # This is to ensure that ArgoCD will delete and recreate the job if (and only if) anything changes in the DB2 config - name: "postsync-setup-db2-{{ .Values.db2_instance_name }}-v2-{{ .Values | toYaml | adler32sum }}" + name: "postsync-setup-db2-{{ .Values.db2_instance_name }}-v3-{{ .Values | toYaml | adler32sum }}" namespace: "{{ .Values.db2_namespace }}" annotations: argocd.argoproj.io/sync-wave: "129" @@ -470,7 +470,7 @@ spec: [ \$rc -ne 0 ] && exit \$rc echo "backupdb.sh: db2set comms manager" - db2set DB2COMM=TCPIP,SSL + db2set DB2COMM=SSL rc=\$? [ \$rc -ne 0 ] && exit \$rc