Skip to content

Commit d6871d6

Browse files
author
GitHub Actions
committed
Update docs to refer to new secret name
1 parent 52e4ece commit d6871d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/configuring-external-databases/proc-configuring-postgresql-instance-using-helm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ upstream:
136136
name: dynamic-plugins
137137
optional: true
138138
name: dynamic-plugins
139-
- name: `_<release_name>_-dynamic-plugins-npmrc`
139+
- name: dynamic-plugins-npmrc
140140
secret:
141141
defaultMode: 420
142142
optional: true

modules/dynamic-plugins/proc-load-plugin-js-package.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ registry=<registry-url>
5151
apiVersion: v1
5252
kind: Secret
5353
metadata:
54-
name: `_<release_name>_-dynamic-plugins-npmrc`
54+
name: `_<release_name>_-dynamic-plugins-npmrc` # <1>
5555
type: Opaque
5656
stringData:
5757
.npmrc: |
5858
registry=<registry-url>
5959
//<registry-url>:_authToken=<auth-token>
6060
----
61+
<1> Replace `_<release_name>_` with your Helm release name. This name is a unique identifier for each chart installation in the Kubernetes cluster.
6162

6263
* For {product-very-short} Helm chart, name the secret using the following format for automatic mounting:
6364
+

0 commit comments

Comments
 (0)