Skip to content

Commit

Permalink
added RELEASE_NAME to handle hlf-operator conflict
Browse files Browse the repository at this point in the history
Signed-off-by: jnjerin <[email protected]>
  • Loading branch information
jnjerin committed Nov 7, 2023
1 parent 4f64c5e commit 2df0948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-kubectl-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ jobs:
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
kubectl krew install hlf
helm repo add kfs "https://kfsoftware.github.io/hlf-helm-charts" --force-update
helm install hlf-operator --version=1.9.2 kfs/hlf-operator
RELEASE_NAME="hlf-operator-$(date +'%Y%m%d%H%M%S')"
helm install $RELEASE_NAME --version=1.9.2 kfs/hlf-operator
kubectl hlf
# export PATH="$PWD/$KREW/bin:$PATH"
# helm install hlf-operator --version=1.9.2 kfs/hlf-operator
- name: Install Istio
run: |
Expand Down

0 comments on commit 2df0948

Please sign in to comment.