Skip to content

Commit

Permalink
chore: Revert kustomization.yaml and provision-k3d.sh (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorSAP authored Aug 7, 2024
1 parent c32a5aa commit 4c101f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: europe-docker.pkg.dev/kyma-project/dev/telemetry-manager
newTag: PR-1288
newName: europe-docker.pkg.dev/kyma-project/prod/telemetry-manager
newTag: main
5 changes: 2 additions & 3 deletions hack/provision-k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ set -o errexit # exit immediately when a command fails.
set -E # needs to be set if we want the ERR trap
set -o pipefail # prevents errors in a pipeline from being masked

#bin/k3d registry create kyma-registry --port 5001
#bin/k3d cluster create kyma --registry-use kyma-registry:5001 --image rancher/k3s:v$K8S_VERSION-k3s1 --api-port 6550
bin/k3d cluster create kyma --image rancher/k3s:v$K8S_VERSION-k3s1 --api-port 6550
bin/k3d registry create kyma-registry --port 5001
bin/k3d cluster create kyma --registry-use kyma-registry:5001 --image rancher/k3s:v$K8S_VERSION-k3s1 --api-port 6550

kubectl create ns kyma-system

0 comments on commit 4c101f4

Please sign in to comment.