the-new-hotness: Fix indentation

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-14 17:18:38 +01:00
parent 2acfe0134d
commit d7380081da

View file

@ -1,3 +1,5 @@
apiVersion: v1
items:
- apiVersion: v1 - apiVersion: v1
kind: DeploymentConfig kind: DeploymentConfig
metadata: metadata:
@ -22,39 +24,39 @@
deploymentconfig: the-new-hotness deploymentconfig: the-new-hotness
spec: spec:
containers: containers:
- name: the-new-hotness - name: the-new-hotness
image: the-new-hotness/the-new-hotness:latest image: the-new-hotness/the-new-hotness:latest
command: ["fedora-messaging", "consume"] command: ["fedora-messaging", "consume"]
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /etc/fedora-messaging mountPath: /etc/fedora-messaging
readOnly: true readOnly: true
# - name: fedmsg-key-volume # - name: fedmsg-key-volume
# mountPath: /etc/pki/fedmsg/key # mountPath: /etc/pki/fedmsg/key
# readOnly: true # readOnly: true
# - name: fedmsg-crt-volume # - name: fedmsg-crt-volume
# mountPath: /etc/pki/fedmsg/crt # mountPath: /etc/pki/fedmsg/crt
# readOnly: true # readOnly: true
volumes: volumes:
- name: config-volume - name: config-volume
configMap: configMap:
name: the-new-hotness-configmap name: the-new-hotness-configmap
# - name: fedmsg-key-volume # - name: fedmsg-key-volume
# secret: # secret:
# secretName: release-monitoring-fedmsg-key # secretName: release-monitoring-fedmsg-key
# - name: fedmsg-crt-volume # - name: fedmsg-crt-volume
# secret: # secret:
# secretName: release-monitoring-fedmsg-cert # secretName: release-monitoring-fedmsg-cert
triggers: triggers:
- imageChangeParams: - imageChangeParams:
automatic: true automatic: true
containerNames: containerNames:
- the-new-hotness - the-new-hotness
from: from:
kind: ImageStreamTag kind: ImageStreamTag
name: the-new-hotness:latest name: the-new-hotness:latest
namespace: the-new-hotness namespace: the-new-hotness
type: ImageChange type: ImageChange
- type: ConfigChange - type: ConfigChange
kind: List kind: List
metadata: {} metadata: {}