Skip to content

Commit

Permalink
Add ODH and RHOAI overlays (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Apr 22, 2024
1 parent c170426 commit b0eeed7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/overlays/odh/kustomization.yaml
@@ -0,0 +1,9 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
configMapGenerator:
- env: params.env
behavior: merge
name: config
3 changes: 3 additions & 0 deletions config/overlays/odh/params.env
@@ -0,0 +1,3 @@
trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.13.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.19.0
oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0
5 changes: 5 additions & 0 deletions config/overlays/rhoai/kustomization.yaml
@@ -0,0 +1,5 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base

0 comments on commit b0eeed7

Please sign in to comment.