Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/unified-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions common/unified-chart/templates/secrets/external-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion common/unified-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ externalSecret:
subPath: config
refreshInterval: 1m
annotations: {}
creationPolicy: Owner
creationPolicy: Orphan
deletionPolicy: Retain
text: ""
# {{- $secret := .contents | fromYaml }}
Expand Down
Loading