From f6e57018f114f1ea40956f014b312ce631420c18 Mon Sep 17 00:00:00 2001 From: Tobias Effner Date: Thu, 24 Oct 2024 10:30:53 +0200 Subject: [PATCH] feat(helm-chart): add newsfragment Signed-off-by: Tobias Effner --- newsfragments/43264.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/43264.bugfix.rst diff --git a/newsfragments/43264.bugfix.rst b/newsfragments/43264.bugfix.rst new file mode 100644 index 0000000000000..05fe5b1a7307b --- /dev/null +++ b/newsfragments/43264.bugfix.rst @@ -0,0 +1 @@ +Fix(helm-chart): ``GITSYNC_X`` keys will no longer be mandatory when specifying ``dags.gitSync.credentialsSecret``. Since ``git-sync`` version ``v4`` requires the ``GIT_SYNC_X`` environment variables to be set, `34731 `_ added this functionality, but at the same time added the need to specify both ``GITSYNC_X`` and ``GIT_SYNC_X`` in the secret. This will now change and only the ``GIT_SYNC_X`` keys are used and required.