Skip to content
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

showing configs failing in secrets #1100

Closed
wants to merge 4 commits into from
Closed

showing configs failing in secrets #1100

wants to merge 4 commits into from

Conversation

runyontr
Copy link
Contributor

@runyontr runyontr commented Dec 7, 2022

Description

Showing error for #1101

@Racer159
Copy link
Contributor

Racer159 commented Dec 9, 2022

Added the breaking change flag since new packages created past this PR will not be deployable with older Zarf versions, but older packages should still work with this version of Zarf (we could also drop this compatibility if statement but it will break more things)

}
template.ProcessYamlFilesInPath(kPath, component, valueTemplate)

if err := kustomize.BuildKustomization(kPath, destination, manifest.KustomizeAllowAnyDirectory); err != nil {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm worried about this and remote bases in the airgap. Does the Kustomize build properly replace a kustomize file like this one:

https://github.com/defenseunicorns/zarf/blob/main/packages/big-bang-core/kustomization/core-standard/kustomization.yaml#L2

It seems like it now may require connectivity for the kustomize build to access that address.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may need to run something like this when it is available or break the build into two steps: kubernetes-sigs/kustomize#3980

@jeff-mccoy jeff-mccoy marked this pull request as draft December 14, 2022 07:55
@jeff-mccoy jeff-mccoy closed this Jan 29, 2023
@jeff-mccoy jeff-mccoy deleted the config-secrets branch February 3, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants