Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ukff committed Jan 9, 2025
1 parent f6cc3e4 commit 48b8070
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 342 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ vendor/**
/temp/
/charts/

/bin/f

/vendor

debug.sh
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MANIFEST_FILE=btp-manager.yaml
# Image URL to use all building/pushing image targets
IMG_REGISTRY_PORT ?= 5001
IMG_REGISTRY ?= k3d-kyma-registry:$(IMG_REGISTRY_PORT)
IMG ?= europe-docker.pkg.dev/kyma-project/dev/btp-manager:PR-953
IMG ?= $(IMG_REGISTRY)/btp-manager:$(MODULE_VERSION)

COMPONENT_CLI_VERSION ?= latest

Expand Down
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: europe-docker.pkg.dev/kyma-project/dev/btp-manager
newTag: PR-953
newName: europe-docker.pkg.dev/kyma-project/prod/btp-manager
newTag: 0.0.23-test
13 changes: 0 additions & 13 deletions module-resources/apply/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,6 @@ rules:
# Source: sap-btp-operator/templates/rbac.yml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: sap-btp-operator-metrics-reader
rules:
- resources:
- pods
- namespace
verbs:
- get
- create
---
# Source: sap-btp-operator/templates/rbac.yml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: sap-btp-operator-proxy-role
rules:
Expand Down
23 changes: 0 additions & 23 deletions scripts/testing/yaml/roles.yaml

This file was deleted.

301 changes: 0 additions & 301 deletions tests/btp-manager.yaml

This file was deleted.

0 comments on commit 48b8070

Please sign in to comment.