diff --git a/common/unified-chart/Chart.yaml b/common/unified-chart/Chart.yaml index b738d861..97b09330 100644 --- a/common/unified-chart/Chart.yaml +++ b/common/unified-chart/Chart.yaml @@ -4,7 +4,7 @@ description: Frontegg Unified Chart type: application #This is a test version do not use -version: 4.0.128 +version: 4.0.129 maintainers: - name: "platform" diff --git a/common/unified-chart/templates/secrets/external-secret.yaml b/common/unified-chart/templates/secrets/external-secret.yaml index 4229552f..53c24573 100644 --- a/common/unified-chart/templates/secrets/external-secret.yaml +++ b/common/unified-chart/templates/secrets/external-secret.yaml @@ -23,6 +23,12 @@ spec: deletionPolicy: {{ .Values.externalSecret.deletionPolicy }} template: engineVersion: v2 + metadata: + labels: + {{- include "labels" . | nindent 10 }} + app.kubernetes.io/instance: {{ .Release.Name }} + annotations: + argocd.argoproj.io/compare-options: IgnoreExtraneous data: config: | {{- .Values.externalSecret.text | toString | nindent 10 }} diff --git a/common/unified-chart/values.yaml b/common/unified-chart/values.yaml index fd9417ff..d2eb78de 100644 --- a/common/unified-chart/values.yaml +++ b/common/unified-chart/values.yaml @@ -353,7 +353,7 @@ externalSecret: subPath: config refreshInterval: 1m annotations: {} - creationPolicy: Owner + creationPolicy: Orphan deletionPolicy: Retain text: "" # {{- $secret := .contents | fromYaml }}