From f38c0cafcd623d8675d435b4788e9a9c967b30b9 Mon Sep 17 00:00:00 2001 From: yu-croco Date: Thu, 18 Jan 2024 10:38:16 +0900 Subject: [PATCH] chore(argocd-image-updater): add CI for extraObjects Signed-off-by: yu-croco --- .../ci/enable-extra-objects-values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 charts/argocd-image-updater/ci/enable-extra-objects-values.yaml diff --git a/charts/argocd-image-updater/ci/enable-extra-objects-values.yaml b/charts/argocd-image-updater/ci/enable-extra-objects-values.yaml new file mode 100644 index 00000000..8d18ecd3 --- /dev/null +++ b/charts/argocd-image-updater/ci/enable-extra-objects-values.yaml @@ -0,0 +1,14 @@ +# Test with extraObjects enabled +# Do not deploy the CRDs as they are already present from the previous test +installCRDs: false + +extraObjects: + - apiVersion: v1 + kind: Secret + metadata: + name: datadog + type: Opaque + data: + address: aHR0cHM6Ly9hcGkuZGF0YWRvZ2hxLmNvbQo= # https://api.datadoghq.com + api-key: dGVzdC1hcGkta2V5Cg== # test-api-key + app-key: dGVzdC1hcHAta2V5Cg== # test-app-key