Closed coryflucas closed 6 months ago
Correct indentation of imagePullSecrets in indexer and lookback cronjobs. This can be confirmed by running:
imagePullSecrets
helm template . --set "global.imagePullSecrets.0=test" --set esIndexCleaner.enabled=true helm template . --set "global.imagePullSecrets.0=test" --set esLookback.enabled=true
Both of these would previously fail with errors like
Error: YAML parse error on jaeger/templates/es-index-cleaner-cronjob.yaml: error converting YAML to JSON: yaml: line 29: mapping values are not allowed in this context
[jaeger]
[jaeger-operator]
What this PR does
Correct indentation of
imagePullSecrets
in indexer and lookback cronjobs. This can be confirmed by running:Both of these would previously fail with errors like
Which issue this PR fixes
Checklist
[jaeger]
or[jaeger-operator]
)