diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index acd3ccc..11ceff3 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -96,6 +96,11 @@ spec: secretKeyRef: name: npm key: token + - name: CLAWHUB_TOKEN + valueFrom: + secretKeyRef: + name: clawhub + key: token volumeMounts: - name: home mountPath: /home/node