Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Add deprecation ConfigMap for trustyai-service manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Landon LaSmith <[email protected]>

Adds a trustyai-service-odh-manifest-deprecated ConfigMap to notify
users that trustyai-service manifest has been deprecated and replaced by
trustyai-service-operator
  • Loading branch information
LaVLaS committed Jul 24, 2023
1 parent aea3c26 commit 1e9d441
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trustyai-service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TrustyAI Service
This deployment manifest has been deprecated as part of the migration to the [TrustyAI operator](../trustyai-service-operator/README.md)
4 changes: 4 additions & 0 deletions trustyai-service/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- trustyai-configmap.yaml
6 changes: 6 additions & 0 deletions trustyai-service/base/trustyai-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: trustyai-service-odh-manifest-deprecated
data:
MESSAGE: "THE TRUSTYAI-SERVICE-OPERATOR HAS REPLACED THE TRUSTYAI-SERVICE MANIFEST IN ODH. THE TRUSTYAI-SERVICE MANIFEST HAS BEEN DEPRECATED AS OF ODH 1.8 RELEASE"

0 comments on commit 1e9d441

Please sign in to comment.