Skip to content

Helm chart for worker - #272

Open
Pritam1705 wants to merge 68 commits into
mainfrom
worker
Open

Helm chart for worker #272
Pritam1705 wants to merge 68 commits into
mainfrom
worker

Conversation

@Pritam1705

Copy link
Copy Markdown

No description provided.

@gitguardian

gitguardian Bot commented May 12, 2025

Copy link
Copy Markdown

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
17111078 Triggered Username Password 0756f06 charts/worker/values.yaml View secret
17091830 Triggered Generic Password 708d11b charts/worker/values.yaml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Comment thread charts/worker/chart.yaml Outdated
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Include base helm chart

Comment thread charts/worker/templates/namespace.yaml Outdated
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.namespace }}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Remove namespace

Comment thread charts/worker/chart.yaml Outdated
@@ -0,0 +1,14 @@
apiVersion: v2
name: worker
description: A deployment helm chart which will be used to deploy any type of stateless application

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

stateless worker application

Comment thread charts/worker/templates/deployment.yaml Outdated
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
volumes:
- name: {{ .Values.volume.name }}
emptyDir: {}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Comment thread charts/worker/templates/secret.yaml Outdated
{{- range $key, $value := .Values.secret.data }}
{{ $key }}: {{ $value | b64enc | quote }}
{{- end }}
{{- end }}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Pritam1705 added 30 commits May 26, 2025 13:26
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
Signed-off-by: Pritam1705 <kondapratiwarpritam855@gmail.com>
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.

2 participants