Noggin: small fixups

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-08-20 13:23:32 +02:00
parent 630e1fd8ca
commit 45a8658c04
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
4 changed files with 3 additions and 10 deletions

View file

@ -17,7 +17,7 @@
- role: openshift/project
app: noggin
description: noggin
description: "Self-service account portal"
appowners:
- abompard
- pingou
@ -26,7 +26,7 @@
when: env == "production"
- role: openshift/project
app: noggin
description: noggin
description: "Self-service account portal"
appowners:
- abompard
- pingou

View file

@ -1,6 +0,0 @@
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: noggin
labels:
app: noggin

View file

@ -35,7 +35,6 @@ spec:
github:
secret: "{{ noggin_stg_github_secret }}"
{% elif noggin_github_secret is defined and env == 'production' %}
- type: GitHub
github:
secret: "{{ noggin_github_secret }}"
{% endif %}