Skip to content

Commit 9d25383

Browse files
authored
Merge pull request #18 from tokens-studio/fix/paralus
Fix an issue with creation of kratos secrets
2 parents 5b75cd1 + 4f494ee commit 9d25383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/paralus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ dependencies:
3030
maintainers:
3131
- name: Paralus Team
3232
- name: Andrew At Hyma
33-
version: "0.3.0"
33+
version: "0.3.1"
3434
appVersion: "v0.2.8"

charts/paralus/templates/secret-kratos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.deploy.kratos.enable }}
1+
{{- if and .Values.deploy.kratos.enable (not .Values.deploy.kratos.existingSecret) }}
22
apiVersion: v1
33
kind: Secret
44
metadata:

0 commit comments

Comments
 (0)