Skip to content

Commit

Permalink
Remove unnecessary exports (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajas authored Apr 27, 2023
1 parent 6f0c903 commit 9889661
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions provision/openshift/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ tasks:
- bash -c 'kubectl get pods -n {{.KC_NAMESPACE_PREFIX}}keycloak | grep -E "(BackOff|Error|ErrImageNeverPull|InvalidImageName)" | tr -s " " | cut -d" " -f1 | xargs -r -L 1 kubectl delete -n {{.KC_NAMESPACE_PREFIX}}keycloak pod'
# wait a bit for the operator to pick up the changes
- bash -c 'sleep 2'
- export KC_NAMESPACE_PREFIX={{.KC_NAMESPACE_PREFIX}}
- export KC_HOSTNAME_SUFFIX={{.KC_HOSTNAME_SUFFIX}}
- ./isup.sh
# remove all no longer used images from minikube to preserve disk space
sources:
Expand Down

0 comments on commit 9889661

Please sign in to comment.