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 b3fde7c commit 36502f3Copy full SHA for 36502f3
config/manager/kustomization.yaml
@@ -12,6 +12,13 @@ configurations:
12
- params.yaml
13
14
vars:
15
+- name: namespace
16
+ objref:
17
+ kind: ConfigMap
18
+ name: stack-config
19
+ apiVersion: v1
20
+ fieldref:
21
+ fieldpath: data.namespace
22
- name: codeflare_operator_controller_image
23
objref:
24
kind: ConfigMap
config/manager/manager.yaml
@@ -1,8 +1,3 @@
1
-apiVersion: v1
2
-kind: Namespace
3
-metadata:
4
- name: system
5
----
6
apiVersion: apps/v1
7
kind: Deployment
8
metadata:
config/manager/params.yaml
@@ -1,3 +1,5 @@
varReference:
+ - path: subjects[]/namespace
+ kind: ClusterRoleBinding
- path: spec/template/spec/containers[]/image
0 commit comments