From b49785d5a0a3c3d84c8b492a381278f99a479962 Mon Sep 17 00:00:00 2001 From: Angel Kafazov Date: Tue, 28 Jan 2025 11:05:54 +0200 Subject: [PATCH] chore(istio): remove istio-operator configuration from local setup On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov --- local-setup/kustomize/base/istio-operator/istio.yaml | 12 ------------ local-setup/scripts/start.sh | 3 --- 2 files changed, 15 deletions(-) delete mode 100644 local-setup/kustomize/base/istio-operator/istio.yaml diff --git a/local-setup/kustomize/base/istio-operator/istio.yaml b/local-setup/kustomize/base/istio-operator/istio.yaml deleted file mode 100644 index 8fd0d01b5..000000000 --- a/local-setup/kustomize/base/istio-operator/istio.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -apiVersion: install.istio.io/v1alpha1 -kind: IstioOperator -metadata: - name: istio-operator - namespace: istio-system -spec: - components: - cni: - namespace: istio-system - enabled: true ---- diff --git a/local-setup/scripts/start.sh b/local-setup/scripts/start.sh index 2d31935dd..820f19551 100755 --- a/local-setup/scripts/start.sh +++ b/local-setup/scripts/start.sh @@ -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 -