-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add manifest files for deploying the gitea-operator (#30)
* Add manifest files for deploying the gitea-operator --------- Signed-off-by: Landon LaSmith <[email protected]> Co-authored-by: Gerard Ryan <[email protected]>
- Loading branch information
Showing
7 changed files
with
91 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
13 changes: 13 additions & 0 deletions
13
acm/odh-core/olm-operator-subscriptions/gitea/catalogsource.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,13 @@ | ||
|
||
--- | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: CatalogSource | ||
metadata: | ||
name: redhat-rhpds-gitea | ||
namespace: gitea-operator | ||
spec: | ||
sourceType: grpc | ||
image: quay.io/rhpds/gitea-catalog:latest | ||
displayName: Red Hat Demo Platform (Gitea) | ||
publisher: Red Hat Demo Platform | ||
|
6 changes: 6 additions & 0 deletions
6
acm/odh-core/olm-operator-subscriptions/gitea/kustomization.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 @@ | ||
--- | ||
resources: | ||
- namespace.yaml | ||
- catalogsource.yaml | ||
- operatorgroup.yaml | ||
- subscription.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,5 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: gitea-operator |
8 changes: 8 additions & 0 deletions
8
acm/odh-core/olm-operator-subscriptions/gitea/operatorgroup.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,8 @@ | ||
--- | ||
apiVersion: operators.coreos.com/v1 | ||
kind: OperatorGroup | ||
metadata: | ||
name: gitea-operator | ||
namespace: gitea-operator | ||
spec: | ||
targetNamespaces: [] |
12 changes: 12 additions & 0 deletions
12
acm/odh-core/olm-operator-subscriptions/gitea/subscription.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,12 @@ | ||
--- | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: Subscription | ||
metadata: | ||
name: gitea-operator | ||
namespace: gitea-operator | ||
spec: | ||
channel: stable | ||
installPlanApproval: Automatic | ||
name: gitea-operator | ||
source: redhat-rhpds-gitea | ||
sourceNamespace: gitea-operator |
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ resources: | |
- operatorgroup.yaml | ||
- opendatahub-operator.yaml | ||
- openshift-pipelines.yaml | ||
- ../gitea |