This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecation ConfigMap for trustyai-service manifest
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
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |