Skip to content

Commit

Permalink
Refactor secret name assignment in assembleSecret function for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkrumbach07 committed Dec 5, 2024
1 parent 8bc3b12 commit f72b4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/k8s/secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const assembleSecret = (
apiVersion: 'v1',
kind: 'Secret',
metadata: {
name: secretName || name,
name,
namespace: projectName,
annotations,
labels,
Expand Down

0 comments on commit f72b4a5

Please sign in to comment.