Skip to content

Commit

Permalink
update: labels for development
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow authored and JamesKunstle committed Sep 5, 2023
1 parent 8d4424b commit 80bbb7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openshift/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ kustomize build openshift/overlays/prod
NOTE: labels allow selection of similar objects

```
oc get all -l development=true
oc get all -l app=eightknot-app
oc get secrets -l app=eightknot-app
```

Expand Down
3 changes: 3 additions & 0 deletions openshift/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ kind: Kustomization
# commonAnnotations:
# argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

commonLabels:
development: "true"

namespace: dev-sandiego-explorer-osci-io

resources:
Expand Down

0 comments on commit 80bbb7f

Please sign in to comment.