Skip to content

Commit

Permalink
fix: remove --namespaced from argo-controller entrypoint (#144)
Browse files Browse the repository at this point in the history
closes #143
  • Loading branch information
NohaIhab authored Oct 12, 2023
1 parent ef49b61 commit 05d583d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charms/argo-controller/src/components/pebble_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ def get_layer(self) -> Layer:
"--configmap "
f"{ARGO_CONTROLLER_CONFIGMAP} "
"--executor-image "
f"{self.model.config[EXECUTOR_IMAGE_CONFIG_NAME]} "
"--namespaced"
f"{self.model.config[EXECUTOR_IMAGE_CONFIG_NAME]}"
),
"startup": "enabled",
"environment": self.environment,
Expand Down

0 comments on commit 05d583d

Please sign in to comment.