Skip to content

Commit 4460a3d

Browse files
authored
fix: Revert ARGO_KEYFORMAT to match old manifests for kfp-operators (#307)
* fix: Revert Argo keyformat * Add TODO for updating environment variables
1 parent c9f6c8b commit 4460a3d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

charms/argo-controller/src/components/pebble_component.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
logger = logging.getLogger(__name__)
99

1010
ARGO_CONTROLLER_CONFIGMAP = "argo-workflow-controller-configmap"
11+
# TODO: Update the variable below after working on:
12+
# https://github.com/canonical/kfp-operators/issues/822
1113
ARGO_KEYFORMAT = (
12-
"private-artifacts/{{workflow.namespace}}/"
13-
"{{workflow.name}}/{{workflow.creationTimestamp.Y}}/"
14+
"artifacts/{{workflow.name}}/"
15+
"{{workflow.creationTimestamp.Y}}/"
1416
"{{workflow.creationTimestamp.m}}/"
1517
"{{workflow.creationTimestamp.d}}/"
1618
"{{pod.name}}"

0 commit comments

Comments
 (0)