Skip to content

Reference deck.yaml / k8s resources between private repositories #45

Answered by Schille
buschNT asked this question in Q&A
Discussion options

You must be logged in to vote

Indeed, we don't want to copy files across repositories. I found the missing piece in the code base:

def fetch_git(self, **kwargs) -> List[K8sSourceFile]:
raise NotImplementedError

Although git-location is documented, it is currently not supported. If you have some spare time, will you create a PR to make this work?
I suppose we would need to find a special notation to reference a file in a git repository or add a path attribute to it.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Schille
Comment options

@Schille
Comment options

@buschNT
Comment options

@buschNT
Comment options

Answer selected by buschNT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants