Skip to content

Commit

Permalink
Fix naming of exchange retention days to live flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorilla committed Jun 5, 2023
1 parent 336006a commit a1c3139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/k8s/kingdom.cue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import ("strings")
_kingdomCompletedMeasurementsDryRunRetentionPolicyFlag: "--dry-run=\(_completedMeasurementsDryRun)"
_kingdomPendingMeasurementsTimeToLiveFlag: "--time-to-live=\(_pendingMeasurementsTimeToLive)"
_kingdomPendingMeasurementsDryRunRetentionPolicyFlag: "--dry-run=\(_pendingMeasurementsDryRun)"
_kingdomExchangesDaysToLiveFlag: "--time-to-live=\(_exchangesDaysToLive)"
_kingdomExchangesDaysToLiveFlag: "--days-to-live=\(_exchangesDaysToLive)"
_kingdomExchangesDryRunRetentionPolicyFlag: "--dry-run=\(_exchangesDryRun)"
_otlpEndpoint: "--otel-exporter-otlp-endpoint=\(#OpenTelemetryCollectorEndpoint)"

Expand Down

0 comments on commit a1c3139

Please sign in to comment.