Skip to content

Commit

Permalink
Fix bug: Move the CUSTOM_TLS_CERT from subscriber config to subscribe…
Browse files Browse the repository at this point in the history
…r secret

Signed-off-by: Ripul Handoo <ripulhandoo1234@gmail.com>
  • Loading branch information
RipulHandoo committed Nov 6, 2023
1 parent 997d1ab commit adf9e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ data:
VERSION: #{VERSION}
START_TIME: #{START_TIME}
SKIP_SSL_VERIFY: "#{SKIP_SSL_VERIFY}"
CUSTOM_TLS_CERT: "#{CUSTOM_TLS_CERT}"
IS_INFRA_CONFIRMED: #{IS_INFRA_CONFIRMED}
COMPONENTS: |
DEPLOYMENTS: #{INFRA_DEPLOYMENTS}
Expand All @@ -21,6 +20,7 @@ metadata:
name: subscriber-secret
namespace: #{INFRA_NAMESPACE}
stringData:
CUSTOM_TLS_CERT: "#{CUSTOM_TLS_CERT}"
INFRA_ID: #{INFRA_ID}
ACCESS_KEY: #{ACCESS_KEY}
---
Expand Down

0 comments on commit adf9e73

Please sign in to comment.