updating scoop template#230
Conversation
| {{- end }} | ||
|
|
||
| containers: | ||
| - name: scoop-chart |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced
| {{- if $.Values.labels }} | ||
| {{ toYaml $.Values.labels | indent 4 }} | ||
| {{- end }} | ||
| spec: |
Check warning
Code scanning / SonarCloud
Service account tokens should not be mounted in pods
| - apiGroups: | ||
| - '*' | ||
| resources: | ||
| - '*' |
Check warning
Code scanning / SonarCloud
Wildcards should not be used to define RBAC permissions
| - apiGroups: | ||
| - extensions | ||
| resources: | ||
| - '*' |
Check warning
Code scanning / SonarCloud
Wildcards should not be used to define RBAC permissions
| - apiGroups: | ||
| - apps | ||
| resources: | ||
| - '*' |
Check warning
Code scanning / SonarCloud
Wildcards should not be used to define RBAC permissions
|




No description provided.