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

Deployment Issue #1391

Closed
eskridgerue opened this issue Feb 28, 2023 · 5 comments
Closed

Deployment Issue #1391

eskridgerue opened this issue Feb 28, 2023 · 5 comments

Comments

@eskridgerue
Copy link

I have attached my yaml files that we are currently using from zarf release 0.24.2 from https://github.com/defenseunicorns/zarf/tree/main/packages/big-bang-core.

The issue we are experiencing is when we deploy the package it deploys Gitlab, but my additional applications do not.

Maybe we are missing something or a simple syntax error, but this issue has plagued us for almost a month now.

Can someone please review these files to see if I am doing something wrong?

V/r
Rue
values.txt
kustomization.txt
zarf.txt

@Racer159
Copy link
Contributor

Racer159 commented Mar 9, 2023

@eskridgerue sorry for the delay, but it looks like you have jira and confluence specified in the addons key instead of being their own flux GitRepository manifests or separate helm charts.

"Third Party" apps do not come with Big Bang and must be installed on top outside of the main Big Bang values yaml. See the Jira repo for an example on deploying it: https://repo1.dso.mil/big-bang/apps/third-party/jira/-/tree/main

Using the charts: zarf key you can bring in the chart (url pointing to the base repo URL and gitPath pointing to chart (the sub folder the chart lives in) or you could add a flux GitRepository manifest under manifests to point to the repo: https://fluxcd.io/flux/components/source/gitrepositories/

The only things you can deploy directly from the big bang values are the packages in here: https://repo1.dso.mil/big-bang/bigbang/-/blob/master/docs/packages.md

Also we are usually faster with specific troubleshooting stuff in the k8s slack if you are able to join that: https://kubernetes.slack.com/archives/C03B6BJAUJ3

@Racer159
Copy link
Contributor

Racer159 commented Mar 9, 2023

This is also something we have thoughts on potentially simplifying in the future from the Zarf side #1092 (but there is a bit more to work through there)

@Racer159
Copy link
Contributor

@eskridgerue did this solve your issue?

@dgershman
Copy link
Contributor

dgershman commented Apr 17, 2023

Here are two examples, one with a BigBang addons and one with an out-of-tree package (like Confluence).

Keycloak Example (addons): https://github.com/defenseunicorns/zarf/compare/main...radiusmethod:zarf:keycloak?expand=1

Confluence Example (out-of-tree):
https://github.com/defenseunicorns/zarf/compare/main...radiusmethod:zarf:confluence?expand=1

@Racer159
Copy link
Contributor

Closing this issue as stale. @eskridgerue feel free to reopen if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants