Skip to content

Commit 72c5504

Browse files
author
Olaf Meyer
committed
Removed unused namespace variable and broken project reference
1 parent 6ec7de7 commit 72c5504

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/restservice_template.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ metadata:
44
creationTimestamp: null
55
name: Example REST application with Prometheus metrics
66
parameters:
7-
- description: The namespace to instantiate the application under.
8-
name: NAMESPACE
9-
required: true
107
- description: The application name.
118
name: APP_NAME
129
required: true
@@ -84,7 +81,6 @@ objects:
8481
from:
8582
kind: ImageStreamTag
8683
name: ${APP_NAME}:v1.0
87-
namespace: prometheus
8884
type: ImageChange
8985
status:
9086
- apiVersion: v1

0 commit comments

Comments
 (0)