-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(certgen): add flag for certificate overwrite #5045
Conversation
Signed-off-by: Guy Daich <guy.daich@sap.com>
ec110d0
to
8ed7638
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5045 +/- ##
==========================================
- Coverage 66.85% 66.81% -0.05%
==========================================
Files 211 211
Lines 32916 32920 +4
==========================================
- Hits 22007 21994 -13
- Misses 9584 9597 +13
- Partials 1325 1329 +4 ☔ View full report in Codecov by Sentry. |
@@ -21,8 +21,12 @@ spec: | |||
spec: | |||
containers: | |||
- command: | |||
{{- if .Values.certgen.job.command }} | |||
{{- toYaml .Values.certgen.job.command | nindent 8 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt this be args
?
Signed-off-by: Guy Daich <guy.daich@sap.com>
charts/gateway-helm/values.tmpl.yaml
Outdated
@@ -92,6 +92,8 @@ kubernetesClusterDomain: cluster.local | |||
certgen: | |||
job: | |||
annotations: {} | |||
args: [] | |||
command: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
command isnt needed
Signed-off-by: Guy Daich <guy.daich@sap.com>
@@ -544,7 +544,8 @@ spec: | |||
app: certgen | |||
spec: | |||
containers: | |||
- command: | |||
- args: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
args should not be set by default
Signed-off-by: Guy Daich <guy.daich@sap.com>
Signed-off-by: Guy Daich <guy.daich@sap.com>
Signed-off-by: Guy Daich <guy.daich@sap.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #4935
Release Notes: Yes