Skip to content

Commit

Permalink
[fix] fix variable reference in range (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaminad authored Nov 20, 2024
1 parent f80efad commit 5421cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: retool
description: A Helm chart for Kubernetes
type: application
version: 6.2.12
version: 6.2.13
maintainers:
- name: Retool Engineering
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/retool/templates/externalsecret.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.externalSecrets.externalSecretsOperator.enabled }}
{{- range .Values.externalSecrets.externalSecretsOperator.secretRef }}
{{- if .Values.externalSecrets.externalSecretsOperator.useLegacyCR }}
{{- if $.Values.externalSecrets.externalSecretsOperator.useLegacyCR }}
apiVersion: kubernetes-client.io/v1
kind: ExternalSecret
metadata:
Expand Down

0 comments on commit 5421cb7

Please sign in to comment.