Skip to content

Commit

Permalink
feat: add git repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 1, 2023
1 parent b94b816 commit e61fc1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/util/labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export function defaultLabels(
'app.kubernetes.io/component': component,
'app.kubernetes.io/part-of': partOf,
'app.kubernetes.io/managed-by': 'cdk8s',
// TODO these are not "well-known" maybe we should move them into the linz namespace?
'app.kubernetes.io/git-repository': 'linz/topo-workflows',
'app.kubernetes.io/git-hash': getGitBuildInfo().hash,
'app.kubernetes.io/git-version': getGitBuildInfo().version,
'app.kubernetes.io/build-id': getGitBuildInfo().buildId,
Expand Down

0 comments on commit e61fc1c

Please sign in to comment.