We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b75cd1 + 4f494ee commit 9d25383Copy full SHA for 9d25383
charts/paralus/Chart.yaml
@@ -30,5 +30,5 @@ dependencies:
30
maintainers:
31
- name: Paralus Team
32
- name: Andrew At Hyma
33
-version: "0.3.0"
+version: "0.3.1"
34
appVersion: "v0.2.8"
charts/paralus/templates/secret-kratos.yaml
@@ -1,4 +1,4 @@
1
-{{- if .Values.deploy.kratos.enable }}
+{{- if and .Values.deploy.kratos.enable (not .Values.deploy.kratos.existingSecret) }}
2
apiVersion: v1
3
kind: Secret
4
metadata:
0 commit comments