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

271 kubernetes helm chart #403

Open
wants to merge 3 commits into
base: beta
Choose a base branch
from
Open

Conversation

acouvreur
Copy link
Owner

Supersed #274

@github-actions github-actions bot added the reverse-proxy Reverse proxy integration related issue label Sep 16, 2024
annotations:
{{ toYaml . | nindent 8 }}
{{- end }}
spec:

Check warning

Code scanning / SonarCloud

Service account permissions should be restricted Medium

Set automountServiceAccountToken to false for this specification of kind Deployment. See more on SonarCloud
spec:
serviceAccountName: sablier-{{ .Release.Name }}
containers:
- name: sablier

Check warning

Code scanning / SonarCloud

Memory limits should be enforced Medium

Specify a memory limit for this container. See more on SonarCloud
spec:
serviceAccountName: sablier-{{ .Release.Name }}
containers:
- name: sablier

Check warning

Code scanning / SonarCloud

Storage limits should be enforced Medium

Specify a storage limit for this container. See more on SonarCloud
Copy link

sonarcloud bot commented Sep 16, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

name: sablier-{{ .Release.Name }}
subjects:
- kind: ServiceAccount
name: sablier
Copy link

Choose a reason for hiding this comment

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

The sa name doesn't match the one created in the other file

Suggested change
name: sablier
name: sablier-{{ .Release.Name }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reverse-proxy Reverse proxy integration related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants