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

OCPVE-780: annotate credentials request manifests #995

Merged
merged 1 commit into from
Dec 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions manifests/00-ingress-credentials-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: openshift-ingress
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
Expand Down Expand Up @@ -37,6 +38,7 @@ metadata:
name: openshift-ingress-azure
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
Expand All @@ -63,6 +65,7 @@ metadata:
name: openshift-ingress-gcp
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
Expand All @@ -83,6 +86,8 @@ kind: CredentialsRequest
metadata:
name: openshift-ingress-ibmcloud
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
Expand Down Expand Up @@ -111,6 +116,8 @@ kind: CredentialsRequest
metadata:
name: openshift-ingress-powervs
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
Expand Down Expand Up @@ -139,6 +146,8 @@ kind: CredentialsRequest
metadata:
name: openshift-ingress-alibabacloud
namespace: openshift-ingress-operator
annotations:
capability.openshift.io/name: CloudCredential
spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
Expand Down