Prepping to use the linode database for keycloak

This commit is contained in:
2024-12-22 09:54:12 +01:00
parent b0b300073f
commit c84b0cd754
7 changed files with 42 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
{{- if .Values.dbCluster.enable -}}
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
@@ -29,3 +30,4 @@ spec:
- ApplyOutOfSyncOnly=true
- ServerSideApply=true
- CreateNamespace=true
{{- end }}