Skip to content

Commit

Permalink
Merge pull request #618 from rimolive/rmartine
Browse files Browse the repository at this point in the history
Remove unnecessary DSPO parameters
  • Loading branch information
openshift-merge-bot[bot] committed Mar 26, 2024
2 parents 61a2209 + 76ce525 commit 4dda89c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,6 @@ vars:
apiVersion: v1
fieldref:
fieldpath: data.DSPO_HEALTHCHECK_OBJECTSTORE_CONNECTIONTIMEOUT
- name: REQUEUE_TIME
objref:
kind: ConfigMap
name: dspo-parameters
apiVersion: v1
fieldref:
fieldpath: data.DSPO_REQUEUE_TIME
- name: IMAGESV2_ARGO_APISERVER
objref:
kind: ConfigMap
Expand Down
1 change: 0 additions & 1 deletion config/base/params.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ IMAGESV2_ARGO_PERSISTENCEAGENT=quay.io/opendatahub/ds-pipelines-persistenceagent
IMAGESV2_ARGO_SCHEDULEDWORKFLOW=quay.io/opendatahub/ds-pipelines-scheduledworkflow:latest
IMAGESV2_ARGO_MLMDENVOY=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8@sha256:a744c1b386fd5e4f94e43543e829df1bfdd1b564137917372a11da06872f4bcb
IMAGESV2_ARGO_MLMDGRPC=quay.io/opendatahub/mlmd-grpc-server:latest
IMAGESV2_ARGO_MLMDWRITER=quay.io/opendatahub/ds-pipelines-metadata-writer:latest
IMAGESV2_ARGO_WORKFLOWCONTROLLER=quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:3.3.10-upstream
IMAGESV2_ARGO_ARGOEXEC=quay.io/opendatahub/ds-pipelines-argo-argoexec:3.3.10-upstream
V2_LAUNCHER_IMAGE=quay.io/opendatahub/ds-pipelines-launcher:latest
Expand Down
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ spec:
value: $(ZAP_LOG_LEVEL)
- name: MAX_CONCURRENT_RECONCILES
value: $(MAX_CONCURRENT_RECONCILES)
- name: REQUEUE_TIME
value: $(REQUEUE_TIME)
- name: DSPO_REQUEUE_TIME
value: $(DSPO_REQUEUE_TIME)
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 4dda89c

Please sign in to comment.