Skip to content
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

[stable/k8s-event-logger] Added option to change container name #541

Merged

Conversation

shehbazk
Copy link
Contributor

@shehbazk shehbazk commented Nov 6, 2023

Made changes in deployment.yaml and values.yaml to add an option to change container name. Also set the default to "k8s-event-logger".

@shehbazk shehbazk requested a review from a team as a code owner November 6, 2023 07:01
Copy link
Member

@max-rocket-internet max-rocket-internet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need read the contribution notes, there is details on what is required in a PR (e.g. regenerate the chart README, bump version etc)

Comment on lines 1 to 2
image:
containerName: k8s-event-logger
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not part of the image so I would not put it under here:

Suggested change
image:
containerName: k8s-event-logger
containerName: k8s-event-logger
image:

@@ -37,7 +37,7 @@ spec:
{{- end }}
serviceAccountName: {{ include "k8s-event-logger.fullname" . }}
containers:
- name: app
- name: {{ .Values.image.containerName}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: {{ .Values.image.containerName}}
- name: {{ .Values.containerName}}

@max-rocket-internet max-rocket-internet changed the title Added option to change container name [k8s-event-logger] Added option to change container name Nov 6, 2023
@shehbazk shehbazk changed the title [k8s-event-logger] Added option to change container name [stable/k8s-event-logger] Added option to change container name Nov 6, 2023
Copy link
Member

@max-rocket-internet max-rocket-internet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @shehbazk 💜

@max-rocket-internet max-rocket-internet enabled auto-merge (squash) November 6, 2023 08:39
@max-rocket-internet max-rocket-internet merged commit 352d7c1 into deliveryhero:master Nov 6, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants