Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
  • Loading branch information
roytman committed Feb 16, 2024
1 parent fc44104 commit c3cdaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes_platform/python/kfp/kubernetes/config_map.py
Expand Up @@ -25,7 +25,7 @@ def use_config_map_as_env(
config_map_name: str,
config_map_key_to_env: Dict[str, str],
) -> PipelineTask:
"""use a Kubernetes ConfigMap as an environment variable as described by the `Kubernetes documentation
"""Use a Kubernetes ConfigMap as an environment variable as described by the `Kubernetes documentation
https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#define-container-environment-variables-using-configmap-data`.
Args:
Expand Down

0 comments on commit c3cdaa2

Please sign in to comment.