Skip to content

Commit

Permalink
Review changes: image references/remove namespace refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Nov 13, 2023
1 parent 3b685f0 commit 944099c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- command:
- /manager
image: controller:latest
image: $(odh_codeflare_operator_controller_image)
imagePullPolicy: Always
name: manager
securityContext:
Expand Down
1 change: 0 additions & 1 deletion config/manifests/bases/params.env
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
namespace=opendatahub
odh-codeflare-operator-controller-image=quay.io/project-codeflare/codeflare-operator:v1.0.0
7 changes: 0 additions & 7 deletions config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ configurations:
- bases/params.yaml

vars:
- name: namespace
objref:
kind: ConfigMap
name: codeflare-stack-config
apiVersion: v1
fieldref:
fieldpath: data.namespace
- name: odh_codeflare_operator_controller_image
objref:
kind: ConfigMap
Expand Down

0 comments on commit 944099c

Please sign in to comment.