diff --git a/install.sh b/install.sh index 48de83f..8c96219 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ kubectl create secret generic trivy-secret \ --dry-run=client \ -o yaml \ --save-config \ - --from-literal="serverToken=$serverToken" | \ + --from-literal="TRIVY_TOKEN=$TRIVY_TOKEN" | \ kubectl apply -f - -n $NAMESPACE helm repo add aquasecurity https://aquasecurity.github.io/helm-charts/