Skip to content

Commit

Permalink
Add SKR configmap to CRA chart (#12877)
Browse files Browse the repository at this point in the history
* Add SKR configmap to CRA chart

* Remove not needed labels

* Use string instead of boolean
  • Loading branch information
franpog859 committed Dec 15, 2021
1 parent 1ea032e commit 2a3cd91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/compass-runtime-agent/templates/skr-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: skr-configmap
namespace: {{ .Values.global.skrConfigmapNamespace }}
data:
is-managed-kyma-runtime: "true"
1 change: 1 addition & 0 deletions resources/compass-runtime-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ global:
gateway:
name: kyma-gateway
namespace: kyma-system
skrConfigmapNamespace: kyma-system

managementPlane: {} # default value

Expand Down

0 comments on commit 2a3cd91

Please sign in to comment.