File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -38,50 +38,6 @@ metadata:
3838$ oc apply -f namespace.yaml
3939----
4040
41- . Create a `CredentialsRequest` object:
42-
43- .. Create a YAML file that defines the `CredentialsRequest` object:
44- +
45- .Example `credentialsrequest.yaml` file
46- [source,yaml]
47- ----
48- apiVersion: cloudcredential.openshift.io/v1
49- kind: CredentialsRequest
50- metadata:
51- name: aws-load-balancer-operator
52- namespace: openshift-cloud-credential-operator
53- spec:
54- providerSpec:
55- apiVersion: cloudcredential.openshift.io/v1
56- kind: AWSProviderSpec
57- statementEntries:
58- - action:
59- - ec2:DescribeSubnets
60- effect: Allow
61- resource: "*"
62- - action:
63- - ec2:CreateTags
64- - ec2:DeleteTags
65- effect: Allow
66- resource: arn:aws:ec2:*:*:subnet/*
67- - action:
68- - ec2:DescribeVpcs
69- effect: Allow
70- resource: "*"
71- secretRef:
72- name: aws-load-balancer-operator
73- namespace: aws-load-balancer-operator
74- serviceAccountNames:
75- - aws-load-balancer-operator-controller-manager
76- ----
77-
78- .. Create the `CredentialsRequest` object by running the following command:
79- +
80- [source,terminal]
81- ----
82- $ oc apply -f credentialsrequest.yaml
83- ----
84-
8541. Create an `OperatorGroup` object:
8642
8743.. Create a YAML file that defines the `OperatorGroup` object:
You can’t perform that action at this time.
0 commit comments