From 22b0ffb25c33ac557cc0d2ca94ae1e75311c3b50 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 12 Mar 2020 14:35:33 -0700 Subject: [PATCH] Comment out the secret This makes it possible to demo the interactive creation of secrets --- samples/multi-project/deploy/rabbitmq.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/multi-project/deploy/rabbitmq.yaml b/samples/multi-project/deploy/rabbitmq.yaml index b5502889..b3806e55 100644 --- a/samples/multi-project/deploy/rabbitmq.yaml +++ b/samples/multi-project/deploy/rabbitmq.yaml @@ -40,11 +40,11 @@ spec: port: 5672 targetPort: 5672 ... ---- -apiVersion: v1 -kind: Secret -metadata: - name: binding-production-rabbit-rabbit-secret -type: Opaque -stringData: - connectionstring: amqp://rabbitmq:5672 \ No newline at end of file +# --- +# apiVersion: v1 +# kind: Secret +# metadata: +# name: binding-production-rabbit-rabbit-secret +# type: Opaque +# stringData: +# connectionstring: amqp://rabbitmq:5672 \ No newline at end of file