Skip to content

Commit

Permalink
Add harbor helm chart install script in testdata
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
  • Loading branch information
yeahdongcn committed Dec 14, 2023
1 parent 8c41f5b commit c1ed6d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testdata/chart/harbor.sh
@@ -0,0 +1,6 @@
#!/usr/bin/env sh

kubectl get secret vc-isolated-sample -n vc-isolated-sample --template={{.data.config}} | base64 -D > kubeconfig.yaml
export KUBECONFIG=$PWD/kubeconfig.yaml
helm repo add harbor https://helm.goharbor.io
helm install apps harbor/harbor

0 comments on commit c1ed6d5

Please sign in to comment.