Add AWS credentials
This commit is contained in:
parent
ac13069d4e
commit
149dd3567b
|
@ -98,6 +98,10 @@ secretGenerator:
|
||||||
options:
|
options:
|
||||||
labels:
|
labels:
|
||||||
app: solar-toolkit-gateway
|
app: solar-toolkit-gateway
|
||||||
|
- name: aws-credentials
|
||||||
|
files:
|
||||||
|
- key=secrets/aws-access-key-id
|
||||||
|
- secret=secrets/aws-secret-access-key
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
# Patch the ingress-nginx deployment to allow it to use a service with a
|
# Patch the ingress-nginx deployment to allow it to use a service with a
|
||||||
|
|
Loading…
Reference in New Issue