We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ARGO_KEYFORMAT
kfp-operators
1 parent c9f6c8b commit 4460a3dCopy full SHA for 4460a3d
charms/argo-controller/src/components/pebble_component.py
@@ -8,9 +8,11 @@
8
logger = logging.getLogger(__name__)
9
10
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
13
ARGO_KEYFORMAT = (
- "private-artifacts/{{workflow.namespace}}/"
- "{{workflow.name}}/{{workflow.creationTimestamp.Y}}/"
14
+ "artifacts/{{workflow.name}}/"
15
+ "{{workflow.creationTimestamp.Y}}/"
16
"{{workflow.creationTimestamp.m}}/"
17
"{{workflow.creationTimestamp.d}}/"
18
"{{pod.name}}"
0 commit comments