Skip to content

Commit

Permalink
Merge pull request #67 from nodeshift-starters/fix-yaml
Browse files Browse the repository at this point in the history
fix: yaml configuration
  • Loading branch information
pacostas authored Oct 4, 2022
2 parents f678e83 + 1b16e8e commit 7cef298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service.amqp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
openshift.io/provider-display-name: Red Hat, Inc.
items:
- kind: ImageStream
apiVersion: v1
apiVersion: image.openshift.io/v1
metadata:
name: amq-broker
annotations:
Expand Down Expand Up @@ -102,7 +102,7 @@ items:
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: 'true'
description: Supports node discovery for mesh formation.
- apiVersion: v1
- apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
labels:
Expand Down

0 comments on commit 7cef298

Please sign in to comment.