Skip to content

Commit

Permalink
fix: RHIDP-3260: Rename secret dynamc-plugins-npmrc
Browse files Browse the repository at this point in the history
Rename the dynamic-plugins-npmrc secret to be specific to the instance
of the Helm Chart with which it is associated so as to support
multiple helm installs in one namespace
  • Loading branch information
coreydaley committed Jul 21, 2024
1 parent 42ccce3 commit ba1b136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@
"secret": {
"defaultMode": 420,
"optional": true,
"secretName": "dynamic-plugins-npmrc"
"secretName": "{{ printf \"%s-dynamic-plugins-npmrc\" .Release.Name }}"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ upstream:
secret:
defaultMode: 420
optional: true
secretName: dynamic-plugins-npmrc
secretName: '{{ printf "%s-dynamic-plugins-npmrc" .Release.Name }}'
- name: npmcacache
emptyDir: {}
initContainers:
Expand Down

0 comments on commit ba1b136

Please sign in to comment.