parent
6cbba80df1
commit
ab25907050
|
|
@ -39,6 +39,9 @@ spec:
|
||||||
{{- if .Values.scope.singleNamespace }}
|
{{- if .Values.scope.singleNamespace }}
|
||||||
- "--watch-namespace={{ default .Release.Namespace .Values.scope.watchNamespace }}"
|
- "--watch-namespace={{ default .Release.Namespace .Values.scope.watchNamespace }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.githubAPICacheDuration }}
|
||||||
|
- "--github-api-cache-duration={{ .Values.githubAPICacheDuration }}"
|
||||||
|
{{- end }}
|
||||||
command:
|
command:
|
||||||
- "/manager"
|
- "/manager"
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,11 @@ replicaCount: 1
|
||||||
|
|
||||||
syncPeriod: 10m
|
syncPeriod: 10m
|
||||||
|
|
||||||
|
# The controller tries its best not to repeat the duplicate GitHub API call
|
||||||
|
# within this duration.
|
||||||
|
# Defaults to syncPeriod - 10s.
|
||||||
|
#githubAPICacheDuration: 30s
|
||||||
|
|
||||||
# Only 1 authentication method can be deployed at a time
|
# Only 1 authentication method can be deployed at a time
|
||||||
# Uncomment the configuration you are applying and fill in the details
|
# Uncomment the configuration you are applying and fill in the details
|
||||||
authSecret:
|
authSecret:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue