-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Conversation
spec: | ||
serviceAccountName: sablier-{{ .Release.Name }} | ||
containers: | ||
- name: sablier |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium
spec: | ||
serviceAccountName: sablier-{{ .Release.Name }} | ||
containers: | ||
- name: sablier |
Check warning
Code scanning / SonarCloud
Storage limits should be enforced Medium
Co-authored-by: MrLuje <[email protected]>
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
{{ toYaml . | nindent 8 }} | ||
{{- end }} | ||
spec: | ||
serviceAccountName: sablier-{{ .Release.Name }} |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium
Hello everyone, as mentioned I will be moving this to a new organization. So I've actually baked the helm chart: https://github.com/sablierapp/helm-charts You can start testing it! I'm sure there will be some issues but it's a first :) |
Supersed #274