Skip to content

Commit

Permalink
Merge pull request #501 from vshn/fix/typo
Browse files Browse the repository at this point in the history
Fix typo in exoscale providerConfig
  • Loading branch information
Kidswiss authored Oct 3, 2024
2 parents 4911374 + 5e236ef commit fda3330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ parameters:
serviceAccountName: provider-exoscale
defaultProviderConfig:
credentials:
source: InjectedIdentitygit
source: InjectedIdentity
apiSecretRef:
name: ${appcat:providers:exoscale:credentials:name}
namespace: ${appcat:crossplane:namespace}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
apiSecretRef:
name: exoscale-api-access
namespace: syn-crossplane
source: InjectedIdentitygit
source: InjectedIdentity
---
apiVersion: v1
kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
apiSecretRef:
name: exoscale-api-access
namespace: syn-crossplane
source: InjectedIdentitygit
source: InjectedIdentity
---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit fda3330

Please sign in to comment.