Skip to content

Commit

Permalink
chore: Change ExternalSecret apiVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Sep 30, 2024
1 parent 82ecb01 commit 911d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/espresso/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.externalSecrets.enabled }}
{{- range $type, $specs := .Values.nodes }}
---
apiVersion: external-secrets.io/v1beta1
apiVersion: external-secrets.io/v1alpha1
kind: ExternalSecret
metadata:
name: "{{ $.Values.externalSecrets.name }}-{{ $type }}"
Expand Down

0 comments on commit 911d749

Please sign in to comment.