Felipe Nogaroto Gonzalez

Results 5 issues of Felipe Nogaroto Gonzalez

**Is your feature request related to a problem?** Yes, because is hard to identify which Security Groups is for each LB because the SecurityGroups are created without name nor tags...

### Describe the bug a clear and concise description of what the bug is. There is a conflict when adding dashboard via `grafana.dashboards` and `defaultDashboardsEnabled: true`, for example adding a...

bug

**Is your feature request related to a problem? Please describe.** KICS finds some issues with the helm-chart default `values.yaml`, however my custom values `custom-values.yaml` has the configuration to fix the...

feature request
community

**Actual behavior** Setting `KANIKO_NO_PUSH="true"` doesn't push image to registry, however, displays a message that was pushed even though wasn't. This is confusing. ``` $ echo $KANIKO_NO_PUSH true $ /kaniko/executor --context...

kind/bug
priority/p2
area/logging

`Service` is using the wrong labels on selector. Example, labels on the `Deployment` are `app.kubernetes.io/`: ``` helm template sonarqube charts/sonarqube/ -f values.yaml | egrep 'kind: Deployment' -A 12 kind: Deployment...