We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36750f commit 99e21b3Copy full SHA for 99e21b3
roles/operator/templates/deployment.yaml.j2
@@ -26,9 +26,6 @@ spec:
26
- matchExpressions:
27
- key: informaticsmatters.com/purpose-application
28
operator: Exists
29
- - matchExpressions:
30
- - key: {{ jo_fallback_node_selector_key }}
31
- operator: Exists
32
33
containers:
34
- name: jupyter-operator
roles/operator/vars/main.yaml
@@ -3,11 +3,6 @@
3
# The Job Operator Pod Security Policy (PSP)
4
jo_sa_psp: im-core-unrestricted
5
6
-# A fallback node-selector key.
7
-# Some deployments have other labels as selectors.
8
-# If they're not present the deployment should use this.
9
-jo_fallback_node_selector_key: informaticsmatters.com/purpose-core
10
-
11
jo_cpu_request: 100m
12
jo_mem_request: 128Mi
13
jo_cpu_limit: 100m
0 commit comments