Skip to content

Commit fcde194

Browse files
authored
Merge pull request #5 from jarifibrahim/add-labels
Add app=golang-health-check to all openshift resources
2 parents b9138fe + bb12414 commit fcde194

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.openshiftio/application.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ objects:
3030
name: 'golang-health-check${SUFFIX_NAME}'
3131
labels:
3232
version: '${RELEASE_VERSION}'
33+
app: golang-health-check
3334
spec: {}
3435
- apiVersion: v1
3536
kind: BuildConfig
3637
metadata:
3738
name: 'golang-health-check-s2i${SUFFIX_NAME}'
3839
labels:
40+
app: golang-health-check
3941
version: '${RELEASE_VERSION}'
4042
spec:
4143
output:
@@ -72,6 +74,7 @@ objects:
7274
metadata:
7375
name: 'golang-health-check${SUFFIX_NAME}'
7476
labels:
77+
app: golang-health-check
7578
provider: golang-starters
7679
expose: 'true'
7780
project: golang-health-check
@@ -142,6 +145,7 @@ objects:
142145
kind: Route
143146
metadata:
144147
labels:
148+
app: golang-health-check
145149
project: golang-health-check
146150
provider: golang-starters
147151
version: '${RELEASE_VERSION}'

0 commit comments

Comments
 (0)