Skip to content

Commit

Permalink
Merge pull request aicoe-aiops#16 from tumido/change-ldap-group
Browse files Browse the repository at this point in the history
Match the managed-by label with LDAP and reflect the label structure better
  • Loading branch information
durandom committed Sep 10, 2020
2 parents 8ec0b43 + 80e3aa7 commit 0004faa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonLabels:
app.kubernetes.io/name: aiops-analytics
app.kubernetes.io/name: <CHANGE_ME>
app.kubernetes.io/component: <CHANGE_ME>
app.kubernetes.io/managed-by: aicoe-aiops-argocd
app.kubernetes.io/part-of: aiops-analytics
app.kubernetes.io/managed-by: aicoe-aiops-devops-argocd

resources:
- imagestream.yaml
Expand Down

0 comments on commit 0004faa

Please sign in to comment.