added npm token
This commit is contained in:
@@ -91,6 +91,11 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: paprika
|
name: paprika
|
||||||
key: password
|
key: password
|
||||||
|
- name: NPM_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: npm
|
||||||
|
key: token
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: home
|
- name: home
|
||||||
mountPath: /home/node
|
mountPath: /home/node
|
||||||
|
|||||||
Reference in New Issue
Block a user