Skip to content

Commit

Permalink
fix: order of the service binding definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Mar 1, 2021
1 parent f672e17 commit c072f85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ metadata:
service.binding/host: 'path={.status.bootstrapServerHost}'
service.binding/password: >-
path={.status.serviceAccountSecretName},objectType=Secret,sourceKey=client-secret
service.binding/user: >-
path={.status.serviceAccountSecretName},objectType=Secret,sourceKey=client-id
service.binding/saslMechanism: 'path={.status.saslMechanism}'
service.binding/securityProtocol: 'path={.status.securityProtocol}'
service.binding/user: >-
path={.status.serviceAccountSecretName,objectType=Secret,sourceKey=client-id
spec:
group: rhoas.redhat.com
names:
Expand Down

0 comments on commit c072f85

Please sign in to comment.