Skip to content

Commit ac95745

Browse files
Merge pull request #355 from enxebre/fix-name
Append platform for all credentialRequest's naming for consistency
2 parents c66c145 + 641c559 commit ac95745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/0000_30_machine-api-operator_00_credentials-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CredentialsRequest
33
metadata:
44
labels:
55
controller-tools.k8s.io: "1.0"
6-
name: openshift-machine-api
6+
name: openshift-machine-api-aws
77
namespace: openshift-cloud-credential-operator
88
spec:
99
secretRef:
@@ -54,7 +54,7 @@ kind: CredentialsRequest
5454
metadata:
5555
labels:
5656
controller-tools.k8s.io: "1.0"
57-
name: openshift-machine-api
57+
name: openshift-machine-api-openstack
5858
namespace: openshift-cloud-credential-operator
5959
spec:
6060
secretRef:

0 commit comments

Comments
 (0)