Skip to content

Commit

Permalink
fix: remove persistence.enabled=false
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Jul 19, 2023
1 parent 9af2f6f commit 5ebd1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class HarborChartFreshInstallPipelineExecutor extends FreshInstallPipelineExecut
# install harbor chart
docker run -i --rm -w /workspace -v \${KUBE_CONFIG_FILE_PATH}:/root/.kube/config -v \$(pwd):/workspace deployer:dev \
helm install harbor --kube-context ${context} -n ${namespace} --create-namespace \
--set "persistence.enabled=false,expose.ingress.hosts.core=${coreHostname},externalURL=https://${coreHostname},internalTLS.enabled=true,imagePullPolicy=Always,trivy.skipUpdate=true,core.gcTimeWindowHours=0" .
--set "expose.ingress.hosts.core=${coreHostname},externalURL=https://${coreHostname},internalTLS.enabled=true,imagePullPolicy=Always,trivy.skipUpdate=true,core.gcTimeWindowHours=0" .
"""
}

Expand Down

0 comments on commit 5ebd1e5

Please sign in to comment.