Unverified Commit 25812a94 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Merge pull request #3330 from keshavprasadms/release-4.9.0

fix: use namespace variable to create namespaces
Showing with 1 addition and 1 deletion
+1 -1
......@@ -531,7 +531,7 @@ cassandra_cluster_size: "{{ groups['cassandra'] | length }}"
# This value is constant for sendgrid api authentication.
# If you're using any other mail server provider, override this value in common.yaml.
mail_server_username: "apikey"
bootstrap_namespace: "{{ env }},flink-{{ env }},flink-kp-{{ env }}"
bootstrap_namespace: "{{ namespace }},flink-{{ namespace }},flink-kp-{{ namespace }}"
# Graylog vars shared across multiple roles
graylog_open_to_public: false
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment