Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Nov 1, 2024
1 parent 3376bfd commit cfe3e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/argocdapps/ac-hacking-2024/back/deployment.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
name: 'PSQL_PASSWORD',
valueFrom: {
secretKeyRef: {
name: (import './external-secret.libsonnet').name,
name: (import './external-secret.libsonnet').metadata.name,
key: 'postgres_password',
},
},
Expand Down

0 comments on commit cfe3e84

Please sign in to comment.