Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
fix: remove quotes from default values
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuJacquot-voodoo committed Apr 2, 2021
1 parent 6dd417c commit ccd7080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/helm/irsa/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clusterName:
roleARN:
oidcProviderARN:
permissionsBoundariesPolicyARN: "''"
permissionsBoundariesPolicyARN: ""
3 changes: 1 addition & 2 deletions config/samples/irsa_v1alpha1_iamroleserviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
apiVersion: irsa.voodoo.io/v1alpha1
kind: IamRoleServiceAccount
metadata:
name: iamroleserviceaccount-test-sample
name: s3put
spec:
serviceAccountName: s3put
policy:
statement:
- resource: "arn:aws:s3:::test-irsa-4gkut9fl"
Expand Down

0 comments on commit ccd7080

Please sign in to comment.