Skip to content

Commit

Permalink
manifests: add more static related objects
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
  • Loading branch information
stevekuznetsov committed Jul 5, 2023
1 parent 3cc1acf commit 553faba
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions manifests/04-cluster-operator.yaml
Expand Up @@ -9,3 +9,42 @@ status:
versions:
- name: operator
version: "0.0.1-snapshot"
relatedObjects:
- group: admissionregistration.k8s.io
name: pod-identity-webhook
resource: mutatingwebhookconfigurations
- group: apps
name: pod-identity-webhook
namespace: openshift-cloud-credential-operator
resource: deployments
- group: cloudcredential.openshift.io
name: ""
resource: credentialsrequests
- group: ""
name: openshift-cloud-credential-operator
resource: namespaces
- group: ""
name: pod-identity-webhook
namespace: openshift-cloud-credential-operator
resource: serviceaccounts
- group: ""
name: pod-identity-webhook
namespace: openshift-cloud-credential-operator
resource: services
- group: operator.openshift.io
name: cluster
resource: cloudcredentials
- group: rbac.authorization.k8s.io
name: pod-identity-webhook
namespace: openshift-cloud-credential-operator
resource: rolebindings
- group: rbac.authorization.k8s.io
name: pod-identity-webhook
namespace: openshift-cloud-credential-operator
resource: roles
- group: rbac.authorization.k8s.io
name: pod-identity-webhook
resource: clusterrolebindings
- group: rbac.authorization.k8s.io
name: pod-identity-webhook
resource: clusterroles

0 comments on commit 553faba

Please sign in to comment.