Skip to content

Commit 851f8d4

Browse files
author
Alan Christie
committed
fix: DM ConfigMap namespace & README tweak
1 parent 5f671c3 commit 851f8d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ needs. Then deploy, using Ansible, from the root of the project: -
9999
ansible-playbook -e @${PARAMS}.yaml site.yaml
100100

101101
That deploys the operator and its CRD to your chosen operator namespace.
102-
To deploy the Data Manager RBAC objects you need to run the
103-
`site_dm.yaml` playbook: -
102+
To deploy the Data Manager RBAC and Jupyter notebook configuration objects
103+
you need to run the `site_dm.yaml` playbook: -
104104

105105
ansible-playbook -e @${PARAMS}.yaml site_dm.yaml
106106

roles/operator/templates/configmap-data-manager.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kind: ConfigMap
1313
apiVersion: v1
1414
metadata:
1515
name: jupyternotebooks.squonk.it
16-
namespace: {{ dt_namespace }}
16+
namespace: {{ jo_dmapi_namespace }}
1717
data:
1818
dm-app.config: |
1919
[public image variants]

0 commit comments

Comments
 (0)