Skip to content

Commit

Permalink
AWS intents
Browse files Browse the repository at this point in the history
  • Loading branch information
orishavit committed Nov 2, 2023
1 parent f600073 commit d733521
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ rules:
- ""
resources:
- events
- serviceaccount
- serviceaccounts
verbs:
- create
- get
- list
- patch
- update
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -82,4 +85,4 @@ rules:
- patch
- update
- create
{{ end }}
{{ end }}
4 changes: 4 additions & 0 deletions credentials-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ spec:
- --cert-manager-approve-requests
{{- end }}
{{- end }}
{{ if eq true .Values.global.aws.enabled }}
- --aws-serviceaccount-binding=true
- --eks-oidc-url={{.Values.global.aws.oidcUrl | quote }}
{{ end }}
- --leader-elect
command:
- /manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ spec:
- path
type: object
type: array
awsActions:
items:
type: string
type: array
databaseResources:
items:
properties:
Expand Down Expand Up @@ -239,6 +243,7 @@ spec:
- http
- kafka
- database
- aws
type: string
required:
- name
Expand Down

0 comments on commit d733521

Please sign in to comment.