-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat/space theme: Improvements in frontend cards design and stability #96
Conversation
Awesome work Mathias! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really good improvement of the design! Thanks Mathias
We need to first merge the #94 |
thx for running the dependencies check |
- name: DATABASE_PASSWORD | ||
valueFrom: | ||
secretKeyRef: | ||
name: {{ include "industry-core-hub.postgresql.secretName" . }} |
Check warning
Code scanning / KICS
Readiness Probe Is Not Configured Warning
- name: DATABASE_PASSWORD | ||
valueFrom: | ||
secretKeyRef: | ||
name: {{ include "industry-core-hub.postgresql.secretName" . }} |
Check notice
Code scanning / KICS
Image Pull Policy Of The Container Is Not Set To Always Note
- name: DATABASE_PASSWORD | ||
valueFrom: | ||
secretKeyRef: | ||
name: {{ include "industry-core-hub.postgresql.secretName" . }} |
Check notice
Code scanning / KICS
Image Without Digest Note
- name: DATABASE_PASSWORD | ||
valueFrom: | ||
secretKeyRef: | ||
name: {{ include "industry-core-hub.postgresql.secretName" . }} |
Check notice
Code scanning / KICS
Secrets As Environment Variables Note
- name: DATABASE_PASSWORD | ||
valueFrom: | ||
secretKeyRef: | ||
name: {{ include "industry-core-hub.postgresql.secretName" . }} |
Check notice
Code scanning / KICS
Liveness Probe Is Not Defined
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: {{ .Values.postgresql.auth.existingSecret }} |
Check notice
Code scanning / KICS
Using Kubernetes Native Secret Management
kind: Secret | ||
metadata: | ||
name: {{ .Values.postgresql.auth.existingSecret }} | ||
namespace: {{ .Release.Namespace }} |
Check notice
Code scanning / KICS
Ensure Administrative Boundaries Between Resources
I want to rebase it to main |
98ffc51
to
dd55acd
Compare
dd55acd
to
e774334
Compare
|
I have reviewed and updated the changes from @pjuaristi-ikerlan also added some more quality in the code. |
WHY
After the PR from @pjuaristi-ikerlan #94 I wanted to improve the vision I had for the frontend style, as a "space" theme:
Additionally I wanted to improve the stability from the frontend components.
Also the product visualization needed some refactoring:
WHAT
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review:
Requires merge of #94