We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec7de7 commit 72c5504Copy full SHA for 72c5504
templates/restservice_template.yaml
@@ -4,9 +4,6 @@ metadata:
4
creationTimestamp: null
5
name: Example REST application with Prometheus metrics
6
parameters:
7
-- description: The namespace to instantiate the application under.
8
- name: NAMESPACE
9
- required: true
10
- description: The application name.
11
name: APP_NAME
12
required: true
@@ -84,7 +81,6 @@ objects:
84
81
from:
85
82
kind: ImageStreamTag
86
83
name: ${APP_NAME}:v1.0
87
- namespace: prometheus
88
type: ImageChange
89
status:
90
- apiVersion: v1
0 commit comments