Skip to content

Commit

Permalink
chore: rename operator-companion to jupyter-companion
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Oct 4, 2024
1 parent d973f29 commit b8ab7d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/datalayer-observer/templates/logs-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- type: router
routes:
- output: combine_python_otel_logs
expr: 'resource["k8s.container.name"] in ["iam", "jupyter", "operator", "operator-companion"]'
expr: 'resource["k8s.container.name"] in ["iam", "jupyter", "operator", "jupyter-companion"]'
default: combine_logs
- id: combine_python_otel_logs
type: recombine
Expand Down
4 changes: 2 additions & 2 deletions charts/datalayer-operator/templates/companion-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
namespace: datalayer-jupyter
name: datalayer-operator-companion
name: datalayer-jupyter-companion
labels:
k8s-app: datalayer-operator-companion
k8s-app: datalayer-jupyter-companion
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
namespace: datalayer-jupyter
subjects:
- kind: ServiceAccount
name: datalayer-operator-companion
name: datalayer-jupyter-companion
namespace: datalayer-jupyter
roleRef:
kind: Role
name: datalayer-operator-companion
name: datalayer-jupyter-companion
apiGroup: rbac.authorization.k8s.io
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: datalayer-operator-companion
name: datalayer-jupyter-companion
namespace: datalayer-jupyter
# Opt out of auto API credentials to prevent all containers
# to use the service account
Expand Down

0 comments on commit b8ab7d9

Please sign in to comment.