Skip to content

Commit

Permalink
annotate credentials request manifests
Browse files Browse the repository at this point in the history
Add capability annotations to cloud credentials requests
  • Loading branch information
qJkee committed Nov 13, 2023
1 parent 5d86084 commit 469fbb7
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_alibaba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
serviceAccountNames:
- aws-ebs-csi-driver-operator
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
serviceAccountNames:
- azure-disk-csi-driver-operator
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_azure_file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
serviceAccountNames:
- azure-file-csi-driver-operator
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_cinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
secretRef:
name: openstack-cloud-credentials
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
serviceAccountNames:
- gcp-pd-csi-driver-operator
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_ibm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: openshift-cloud-credential-operator
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
secretRef:
name: ibm-cloud-credentials
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_manila.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
secretRef:
name: manila-cloud-credentials
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_ovirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_powervs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: openshift-cloud-credential-operator
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
secretRef:
name: ibm-powervs-cloud-credentials
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_vsphere_csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
secretRef:
name: vmware-vsphere-cloud-credentials
Expand Down
2 changes: 1 addition & 1 deletion manifests/03_credentials_request_vsphere_detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: Storage
capability.openshift.io/name: Storage+CloudCredential
spec:
secretRef:
name: vsphere-cloud-credentials
Expand Down
10 changes: 10 additions & 0 deletions manifests/ibm-cloud-managed-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: alibaba-disk-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -13,6 +14,7 @@ metadata:
name: aws-ebs-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -22,6 +24,7 @@ metadata:
name: azure-disk-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -31,6 +34,7 @@ metadata:
name: azure-file-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -40,6 +44,7 @@ metadata:
name: ibm-vpc-block-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -49,6 +54,7 @@ metadata:
name: powervs-block-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -58,6 +64,7 @@ metadata:
name: manila-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -67,6 +74,7 @@ metadata:
name: ovirt-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -76,6 +84,7 @@ metadata:
name: openshift-vmware-vsphere-csi-driver-operator
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"
---
Expand All @@ -85,5 +94,6 @@ metadata:
name: openshift-vsphere-problem-detector
namespace: openshift-cloud-credential-operator
annotations:
capability.openshift.io/name: CloudCredential
include.release.openshift.io/ibm-cloud-managed: "true"
release.openshift.io/delete: "true"

0 comments on commit 469fbb7

Please sign in to comment.