Skip to content

Commit

Permalink
fix: change external secret name to infisical instead of doppler
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 10, 2024
1 parent e920c75 commit c8c41e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/infisical_store.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: {{ template "sulfoxide-bromine.fullname-with-suffix" (dict "arg" (printf "%s-%s" .Values.rootSecret.name "doppler") "root" .) }}
name: {{ template "sulfoxide-bromine.fullname-with-suffix" (dict "arg" (printf "%s-%s" .Values.rootSecret.name "infisical") "root" .) }}
labels: {{- include "sulfoxide-bromine.labels" . | nindent 4 }}
annotations: {{- include "sulfoxide-bromine.annotations" . | nindent 4 }}
spec:
Expand Down

0 comments on commit c8c41e3

Please # to comment.