Skip to content

Commit 944099c

Browse files
committed
Review changes: image references/remove namespace refs
1 parent 3b685f0 commit 944099c

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
containers:
3535
- command:
3636
- /manager
37-
image: controller:latest
37+
image: $(odh_codeflare_operator_controller_image)
3838
imagePullPolicy: Always
3939
name: manager
4040
securityContext:

config/manifests/bases/params.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
namespace=opendatahub
21
odh-codeflare-operator-controller-image=quay.io/project-codeflare/codeflare-operator:v1.0.0

config/manifests/kustomization.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ configurations:
99
- bases/params.yaml
1010

1111
vars:
12-
- name: namespace
13-
objref:
14-
kind: ConfigMap
15-
name: codeflare-stack-config
16-
apiVersion: v1
17-
fieldref:
18-
fieldpath: data.namespace
1912
- name: odh_codeflare_operator_controller_image
2013
objref:
2114
kind: ConfigMap

0 commit comments

Comments
 (0)