Compare commits

..

No commits in common. "28f43799dae2e3f51377f393a14436f992e78d0d" and "0d95914e8a5da6e10356aa6f4c51a99e1e4a6d97" have entirely different histories.

2 changed files with 10 additions and 4 deletions

View File

@ -55,10 +55,10 @@ spec:
- --metrics-address=:7979
- --log-level=info
- --log-format=text
- --policy=sync
- --policy=upsert-only
- --provider=aws
- --registry=txt
- --interval=15s
- --interval=1m
- --source=service
- --source=ingress
# AWS arguments
@ -95,4 +95,12 @@ spec:
limits: {}
requests: {}
volumeMounts:
# AWS mountPath(s)
- name: aws-credentials
mountPath: /.aws
readOnly: true
volumes:
# AWS volume(s)
- name: aws-credentials
secret:
secretName: foo

View File

@ -1,2 +0,0 @@
policy: sync
interval: 15s