Skip to content

Commit

Permalink
chore(istio): remove istio-operator configuration from local setup
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Jan 28, 2025
1 parent c3f807e commit 2140463
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions local-setup/kustomize/base/istio-operator/istio.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions local-setup/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ helm upgrade -i -n flux-system --create-namespace flux oci://ghcr.io/fluxcd-comm
echo -e "${COL}[$(date '+%H:%M:%S')] Starting deployments ${COL_RES}"
kubectl apply -k $SCRIPT_DIR/../kustomize/overlays/default

sleep 5
kubectl apply -f $SCRIPT_DIR/../kustomize/base/istio-operator

echo -e "${COL}[$(date '+%H:%M:%S')] Creating necessary secrets ${COL_RES}"
kubectl create secret docker-registry ghcr-credentials -n openmfp-system --docker-server=ghcr.io --docker-username=$ghUser --docker-password=$ghToken --dry-run=client -o yaml | kubectl apply -f -

Expand Down

0 comments on commit 2140463

Please sign in to comment.