Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add authorino operator #161

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bootstrap/ic-rhoai-operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Kustomization

resources:
# wave 0
- subscription-authorino.yaml
# wave 1
- namespace.yaml
- operator-group.yaml
- subscription.yaml
2 changes: 1 addition & 1 deletion bootstrap/ic-rhoai-operator/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Namespace
metadata:
annotations:
openshift.io/display-name: "Red Hat OpenShift AI"
argocd.argoproj.io/sync-wave: "0"
argocd.argoproj.io/sync-wave: "1"
labels:
openshift.io/cluster-monitoring: "true"
name: redhat-ods-operator
2 changes: 1 addition & 1 deletion bootstrap/ic-rhoai-operator/operator-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: rhods-operator-group
namespace: redhat-ods-operator
annotations:
argocd.argoproj.io/sync-wave: "0"
argocd.argoproj.io/sync-wave: "1"
13 changes: 13 additions & 0 deletions bootstrap/ic-rhoai-operator/subscription-authorino.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: authorino-operator
namespace: openshift-operators
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
channel: managed-services
installPlanApproval: Automatic
name: authorino-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
2 changes: 1 addition & 1 deletion bootstrap/ic-rhoai-operator/subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: rhods-operator
namespace: redhat-ods-operator
annotations:
argocd.argoproj.io/sync-wave: "0"
argocd.argoproj.io/sync-wave: "1"
spec:
channel: stable-2.13
installPlanApproval: Automatic
Expand Down
Loading