Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
lern-data-pipeline
Commits
6a9e60a8
Unverified
Commit
6a9e60a8
authored
2 years ago
by
Reshmi V Nair
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #51 from prasadmoka/local-5.0.1
LR-262 modified the variable name
parents
2e2b41e3
6ec56be9
release-5.0.1
github/fork/rahulbowade/release-5.0.1-collection-certificate-generator-debug
release-5.0.1_RC2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes/helm_charts/datapipeline_jobs/templates/flink_job_deployment.yaml
+2
-2
...rts/datapipeline_jobs/templates/flink_job_deployment.yaml
with
2 additions
and
2 deletions
+2
-2
kubernetes/helm_charts/datapipeline_jobs/templates/flink_job_deployment.yaml
+
2
−
2
View file @
6a9e60a8
...
...
@@ -110,7 +110,7 @@ spec:
command
:
[
"
/opt/flink/bin/standalone-job.sh"
]
args
:
[
"
start-foreground"
,
"
--job-classname={{
.Values.job_classname
}}"
,
"
-Dfs.
cloud
.account.key.{{
.Values.cloud_account
}}.blob.core.windows.net={{
.Values.cloud_secret
}}"
,
"
-Dfs.
azure
.account.key.{{
.Values.cloud_account
}}.blob.core.windows.net={{
.Values.cloud_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.
cloud
.account.key.{{
.Values.cloud_account
}}.blob.core.windows.net={{
.Values.cloud_secret
}}"
,
"
-Dfs.
azure
.account.key.{{
.Values.cloud_account
}}.blob.core.windows.net={{
.Values.cloud_secret
}}"
,
"
-Dweb.submit.enable=false"
,
"
-Dmetrics.reporter.prom.class=org.apache.flink.metrics.prometheus.PrometheusReporter"
,
"
-Dmetrics.reporter.prom.host={{
.Release.Name
}}-taskmanager"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets