Skip to content

Commit

Permalink
Remove executor section of configmap
Browse files Browse the repository at this point in the history
- It was removed to allow overwrite others values in the executor section
- As this value was static it will be added back from in the default configmap value.
(This mean the configuration will still be there and we can even overwrite now)

Signed-off-by: Calvin Audier <[email protected]>
  • Loading branch information
Calvinaud committed Oct 2, 2024
1 parent f7f54fd commit ff69876
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom/litmus-helm-agent/pkg/litmus/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func prepareWorkflowControllerConfigMap(clusterID string) map[string]string {

configMapWorkflowController["containerRuntimeExecutor"] = os.Getenv("CONTAINER_RUNTIME_EXECUTOR")
configMapWorkflowController["instanceID"] = clusterID
configMapWorkflowController["executor"] = "imagePullPolicy: IfNotPresent\n"

return configMapWorkflowController
}
Expand Down

0 comments on commit ff69876

Please sign in to comment.