Commit 729244f2 authored by Prasath Sivasubramaniyan's avatar Prasath Sivasubramaniyan
Browse files

removed blob

parent 8a6a67f7
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -110,7 +110,7 @@ spec:
command: ["/opt/flink/bin/standalone-job.sh"]
args: ["start-foreground",
"--job-classname={{ .Values.job_classname }}",
"-Dfs.azure.account.key.{{ .Values.azure_account }}.blob.core.windows.net={{ .Values.azure_secret }}",
"-Dfs.azure.account.key.{{ .Values.azure_account }={{ .Values.azure_secret }}",
"-Dweb.submit.enable=false",
"-Dmetrics.reporter.prom.class=org.apache.flink.metrics.prometheus.PrometheusReporter",
"-Dmetrics.reporter.prom.port={{ .Values.jobmanager.prom_port }}",
......@@ -183,7 +183,7 @@ spec:
workingDir: {{ .Values.taskmanager.flink_work_dir }}
command: ["/opt/flink/bin/taskmanager.sh"]
args: ["start-foreground",
"-Dfs.azure.account.key.{{ .Values.azure_account }}.blob.core.windows.net={{ .Values.azure_secret }}",
"-Dfs.azure.account.key.{{ .Values.azure_account }}={{ .Values.azure_secret }}",
"-Dweb.submit.enable=false",
"-Dmetrics.reporter.prom.class=org.apache.flink.metrics.prometheus.PrometheusReporter",
"-Dmetrics.reporter.prom.host={{ .Release.Name }}-taskmanager",
......
......@@ -77,7 +77,7 @@ base_config: |
statebackend {
blob {
storage {
account = "{{ azure_account }}.blob.core.windows.net"
account = "{{ azure_account }}"
container = "{{ flink_container_name }}"
checkpointing.dir = "checkpoint"
}
......
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