-
Notifications
You must be signed in to change notification settings - Fork 17
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
Release v3.0.0/trgs: updated docs to align with TRGs #312
Release v3.0.0/trgs: updated docs to align with TRGs #312
Conversation
…ferences in relevant docs
…idelines chore/quality gate/release guidelines: updated docs to align with TRGs
--- | ||
|
||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: {{ .Release.Name }}-avp-consumer-backend-edc-oauth | ||
name: {{ .Release.Name }}-backend-edc-oauth |
Check warning
Code scanning / KICS
Using Unrecommended Namespace Warning
@@ -25,7 +25,7 @@ | |||
apiVersion: v1 | |||
kind: Secret | |||
metadata: | |||
name: {{ .Release.Name }}-avp-consumer-backend-auth | |||
name: {{ .Release.Name }}-backend-auth |
Check warning
Code scanning / KICS
Using Unrecommended Namespace Warning
@@ -25,7 +25,7 @@ | |||
apiVersion: v1 | |||
kind: Secret | |||
metadata: | |||
name: {{ .Release.Name }}-avp-consumer-backend-auth | |||
name: {{ .Release.Name }}-backend-auth |
Check notice
Code scanning / KICS
Using Kubernetes Native Secret Management
--- | ||
|
||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: {{ .Release.Name }}-avp-consumer-backend-edc-oauth | ||
name: {{ .Release.Name }}-backend-edc-oauth |
Check notice
Code scanning / KICS
Using Kubernetes Native Secret Management
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.
Just documentation and updates from the trgs, I just bumped up one version from the charts so we can be compliant with the guidelines of publishing chart versions when changed.
Why we create this PR?
This PR contains the following changes:
- docs/admin guide/ -> docs/admin/
- docs/arch42/ -> docs/architecture/
- docs/userManual/ -> docs/user/
- docs/infrastcuture as code/ -> docs/security/infrastructure-as-code/
- docs/secrets management/SECRET_MANAGEMENT.md -> docs/security/secrets-management/SecretsManagement.md
- docs/data retrieval guide/data-retrieval -> docs/data-retrieval/README.md
- docs/business statement/ -> docs/interoperability/Interoperability.md
What we want to achieve with this PR?
To be compliant with the Release guidelines https://eclipse-tractusx.github.io/docs/release for the QG 24.05
What is new?
Updated
- docs/admin guide/ -> docs/admin/
- docs/arch42/ -> docs/architecture/
- docs/userManual/ -> docs/user/
- docs/infrastcuture as code/ -> docs/security/infrastructure-as-code/
- docs/secrets management/SECRET_MANAGEMENT.md -> docs/security/secrets-management/SecretsManagement.md
- docs/data retrieval guide/data-retrieval -> docs/data-retrieval/README.md
- docs/business statement/ -> docs/interoperability/Interoperability.md
Deleted
Linked Issues:
#263