From 3ae90f746f289b65b747eaf6538c5f5d3469ebf8 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Sun, 4 Jun 2023 08:33:00 +0000 Subject: [PATCH] Changed type of dockerconfigjson --- .gitlab-ci.yml | 2 +- Chart/templates/externalsecret.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63c90ac..2bb48bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.5.6" + HELM_CHART_VERSION: "0.5.7" stages: - deploy diff --git a/Chart/templates/externalsecret.yaml b/Chart/templates/externalsecret.yaml index a225b39..04e1064 100644 --- a/Chart/templates/externalsecret.yaml +++ b/Chart/templates/externalsecret.yaml @@ -39,8 +39,12 @@ spec: name: az-cluster-store target: name: pull-secret + template: + type: kubernetes.io/dockerconfigjson + data: + .dockerconfigjson: "{{ .dockerconfig | toString }}" creationPolicy: Owner data: - - secretKey: .dockerconfigjson + - secretKey: dockerconfig remoteRef: key: secret/CLDY-CR-PULL-TOKEN