Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schema validation for rabbitmq.additionalPlugins #87

Merged
merged 2 commits into from
Apr 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove whitespaces for rabbitmq chart tests
  • Loading branch information
ChunyiLyu committed Apr 15, 2020
commit 88edeb940ca1b040bf34a2486ea6515b0c6f2397
6 changes: 0 additions & 6 deletions charts/rabbitmq/expected-template-output
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ metadata:
labels:
label1: foo
label2: bar

annotations:
annotation1: foo
annotation2: bar


spec:
image: rabbitmq:3.8.1
Expand All @@ -22,7 +20,6 @@ spec:
type: LoadBalancer
annotations:
cloud.google.com/load-balancer-type: Internal

persistence:
storageClassName: foo
storage: 30Gi
Expand All @@ -31,7 +28,6 @@ spec:
key: dedicated
operator: Equal
value: rabbitmq

affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -42,15 +38,13 @@ spec:
values:
- e2e-az1
- e2e-az2

resources:
limits:
cpu: 888m
memory: 1Gi
requests:
cpu: 777m
memory: 1Gi

rabbitmq:
additionalPlugins:
- rabbitmq_shovel
Expand Down