Skip to content

Commit

Permalink
ODH Install files update: 2024-09-26 00:00:33
Browse files Browse the repository at this point in the history
  • Loading branch information
tealc-ci committed Sep 26, 2024
1 parent 963f0ba commit a8a0b71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion open-data-hub/install/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ spec:
description: |-
Namespace where it is deployed. If not provided, the default is to
use '-auth-provider' suffix on the ApplicationsNamespace of the DSCI.
maxLength: 63
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$
type: string
type: object
controlPlane:
Expand All @@ -921,6 +923,8 @@ spec:
default: istio-system
description: Namespace is a namespace where Service Mesh is
deployed. Defaults to "istio-system".
maxLength: 63
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$
type: string
type: object
managementState:
Expand Down Expand Up @@ -2139,7 +2143,7 @@ spec:
fieldPath: metadata.namespace
- name: DEFAULT_MANIFESTS_PATH
value: /opt/manifests
image: quay.io/opendatahub/opendatahub-operator@sha256:b1336eeea715fafb57eb0a4e8cd62d03c9fcafcb05745e7c0447cfadda58c84a
image: quay.io/opendatahub/opendatahub-operator@sha256:cd061e70973a9d52daa57f7593815215914d1e1aab3799f460f8cd7f42be0a87
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit a8a0b71

Please sign in to comment.