Noggin: small fixups
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
630e1fd8ca
commit
45a8658c04
4 changed files with 3 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
apiVersion: image.openshift.io/v1
|
||||
kind: ImageStream
|
||||
metadata:
|
||||
name: noggin
|
||||
labels:
|
||||
app: noggin
|
|
@ -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 %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SASL_NOCANON on
|
||||
SASL_NOCANON on
|
||||
URI ldaps://{{ ipa_server }}
|
||||
BASE {% if env == "staging" %}dc=stg,{% endif %}dc=fedoraproject,dc=org
|
||||
TLS_CACERT /etc/ipa/ca.crt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue