Skip to content

fix: allow istioGateway common values in schema#275

Open
iharrington wants to merge 1 commit into
DoD-Platform-One:masterfrom
iharrington:fix/allow-istio-gateway-common-values
Open

fix: allow istioGateway common values in schema#275
iharrington wants to merge 1 commit into
DoD-Platform-One:masterfrom
iharrington:fix/allow-istio-gateway-common-values

Conversation

@iharrington
Copy link
Copy Markdown

The values.schema.json for istioGateway.values only allowed 'gateways' property with additionalProperties set to false. This prevented passing common configuration like waitJob, networkPolicies, mtls, and upstream through the BigBang chart to the underlying istio-gateway package.

Added waitJob, networkPolicies, mtls, and upstream properties to the schema to allow users to configure these common settings (e.g., disabling wait job, overriding images, configuring network policies).

The values.schema.json for istioGateway.values only allowed 'gateways'
property with additionalProperties set to false. This prevented passing
common configuration like waitJob, networkPolicies, mtls, and upstream
through the BigBang chart to the underlying istio-gateway package.

Added waitJob, networkPolicies, mtls, and upstream properties to the schema
to allow users to configure these common settings (e.g., disabling wait job,
overriding images, configuring network policies).
@iharrington
Copy link
Copy Markdown
Author

iharrington commented May 8, 2026

I tried to do the fork in https://repo1.dso.mil/big-bang/bigbang, I have an account but it gave me a 403... so I went this route. Also my own main concern is the "disabling wait job" so if any of the other parts cause issues can we focus there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants