Skip to content

Commit

Permalink
fix: incorrect secret config
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 20, 2023
1 parent 5ebae3f commit 980d83f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions infra/root_chart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ dependencies:
- name: dotnet-migration
repository: file://../migration_chart
version: 0.1.0
- name: sulfoxide-bromine
repository: oci://ghcr.io/atomicloud/sulfoxide.bromine
version: 1.1.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.5
digest: sha256:91da9db42e8db2f9b325ac6dab4ec34d9dc8c303b7080cdd09badfdc9b084872
generated: "2023-10-19T11:38:12.000331+08:00"
digest: sha256:17f4e26524001361d516d5014ff39a221f259de2f5ffd81e13a79b0bb2350c1e
generated: "2023-10-20T13:00:08.219088+08:00"
2 changes: 1 addition & 1 deletion infra/root_chart/templates/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: {{ template "root-chart.fullname-with-suffix" (dict "arg" .Values.secret.name "root" .) }}
name: {{ template "root-chart.fullname-with-suffix" (dict "arg" .Values.bromine.target "root" .) }}
labels: {{- include "root-chart.labels" . | nindent 4 }}
annotations: {{- include "root-chart.annotations" . | nindent 4 }}
"helm.sh/hook": pre-install,pre-upgrade
Expand Down

0 comments on commit 980d83f

Please sign in to comment.