Skip to content

Commit

Permalink
refactor file tree layout
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Sep 20, 2024
1 parent 28bf6ed commit d42272b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pulumi/core/metadata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# core/metadata.py

# TODO: enhance with support for propagation of labels/annotations on AWS resources
# TODO: enhance with

import subprocess
from typing import Dict
from .utils import sanitize_label_value, extract_repo_name
Expand Down
2 changes: 1 addition & 1 deletion pulumi/stacks/Pulumi.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ config:
kargo:kubernetes:
context: admin@talos-kargo-docker
distribution: talos
kubeconfig: /workspaces/Kargo/.kube/config
kubeconfig: /Users/usrbinkat/drive/Git/ccio/kargo/.kube/config
kargo:multus:
enabled: false
kargo:vm:
Expand Down

0 comments on commit d42272b

Please sign in to comment.