From 6b3c17a63e7e6ecf73629e6acf154936e0894d58 Mon Sep 17 00:00:00 2001 From: jecos Date: Tue, 19 Mar 2024 08:47:44 -0400 Subject: [PATCH] fix: CQDG-643 Convert from octal to decimal --- index-task/pod_templates/pod-template-es-cert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index-task/pod_templates/pod-template-es-cert.yml b/index-task/pod_templates/pod-template-es-cert.yml index 69c9ea36..cc7bc388 100644 --- a/index-task/pod_templates/pod-template-es-cert.yml +++ b/index-task/pod_templates/pod-template-es-cert.yml @@ -25,4 +25,4 @@ spec: - name: es-ca-cert secret: secretName: opensearch-ca-certificate - defaultMode: 0555 \ No newline at end of file + defaultMode: 365 \ No newline at end of file