Skip to content

Commit

Permalink
Merge pull request #959 from qJkee/OCPVE-790
Browse files Browse the repository at this point in the history
OCPVE-790: annotate credentials request manifests
  • Loading branch information
openshift-merge-bot[bot] committed Dec 7, 2023
2 parents 7dbc75b + e6a4ebf commit 596c819
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifests/01-registry-credentials-request-alibaba.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
name: openshift-image-registry-alibaba
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: ImageRegistry
capability.openshift.io/name: ImageRegistry+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
2 changes: 1 addition & 1 deletion manifests/01-registry-credentials-request-azure.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
name: openshift-image-registry-azure
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: ImageRegistry
capability.openshift.io/name: ImageRegistry+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
2 changes: 1 addition & 1 deletion manifests/01-registry-credentials-request-gcs.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
name: openshift-image-registry-gcs
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: ImageRegistry
capability.openshift.io/name: ImageRegistry+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
2 changes: 1 addition & 1 deletion manifests/01-registry-credentials-request-ibmcos.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
name: openshift-image-registry-ibmcos
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: ImageRegistry
capability.openshift.io/name: ImageRegistry+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
2 changes: 1 addition & 1 deletion manifests/01-registry-credentials-request-openstack.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
name: openshift-image-registry-openstack
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: ImageRegistry
capability.openshift.io/name: ImageRegistry+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
2 changes: 1 addition & 1 deletion manifests/01-registry-credentials-request-powervs.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
name: openshift-image-registry-ibmcos-powervs
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: ImageRegistry
capability.openshift.io/name: ImageRegistry+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
2 changes: 1 addition & 1 deletion manifests/01-registry-credentials-request.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
name: openshift-image-registry
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: ImageRegistry
capability.openshift.io/name: ImageRegistry+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

0 comments on commit 596c819

Please sign in to comment.