You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device and OS: m2 MBP
App version: 0.10.3
Kubernetes distro being used: N/A
Other:
Steps to reproduce
Make a bundle like this initial part of the gitlab test bundle
kind: UDSBundlemetadata:
name: gitlab-testdescription: A UDS bundle for deploying Gitlab and it's dependencies on a development cluster# x-release-please-start-versionversion: 16.10.1-uds.1# x-release-please-endpackages:
- name: dev-miniorepository: ghcr.io/defenseunicorns/packages/uds/dev-minioref: 0.0.2
- name: dev-namespacepath: ../ref: 0.1.0
- name: postgres-operatorrepository: ghcr.io/defenseunicorns/packages/uds/postgres-operatorref: 1.10.1-uds.4-upstreamoverrides:
postgres-operator:
uds-postgres-config:
variables:
- name: POSTGRESQLdescription: "Configure postgres using CRs via the uds-postgres-config chart"path: postgresql
move the postgres-operator overrides and below back two spaces. (like in screenshot). Note the schema can tell its invalid.
run bundle create
Expected result
bundle creates invalid syntax
Actual Result
bundle create succeeds but the override definition is invalid and doesn't work when subsequently deploying the bundle
Visual Proof (screenshots, videos, text, etc)
I tested multiple times after this issue was brought up to me but the create is embedded inside a longer series of tasks so the output obfuscated. Rest assured it creates.
Severity/Priority
🤷
Additional Context
Add any other context or screenshots about the technical debt here.
The text was updated successfully, but these errors were encountered:
Environment
Device and OS: m2 MBP
App version: 0.10.3
Kubernetes distro being used: N/A
Other:
Steps to reproduce
move the postgres-operator overrides and below back two spaces. (like in screenshot). Note the schema can tell its invalid.
run bundle create
Expected result
bundle creates invalid syntax
Actual Result
bundle create succeeds but the override definition is invalid and doesn't work when subsequently deploying the bundle
Visual Proof (screenshots, videos, text, etc)
I tested multiple times after this issue was brought up to me but the create is embedded inside a longer series of tasks so the output obfuscated. Rest assured it creates.
Severity/Priority
🤷
Additional Context
Add any other context or screenshots about the technical debt here.
The text was updated successfully, but these errors were encountered: