Skip to content

Commit

Permalink
remove ingress from example
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Sep 20, 2024
1 parent 0f9d1c5 commit a5ccbb2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
args:
- "--allow-missing-credentials"
- id: detect-private-key
exclude: "src/test/e2e/29_config_file_test.go|examples/bb-generate/values-files/ingress.yaml"
exclude: "src/test/e2e/29_config_file_test.go"
- id: end-of-file-fixer
exclude: site/src/content/docs/commands/.*
- id: fix-byte-order-marker
Expand Down
2 changes: 0 additions & 2 deletions examples/bb-generate/manifests/bb-helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ spec:
valuesFrom:
- kind: Secret
name: zarf-credentials
- kind: Secret
name: bb-ingress-vals
- kind: ConfigMap
name: kyverno-config
- kind: ConfigMap
Expand Down
135 changes: 0 additions & 135 deletions examples/bb-generate/values-files/ingress.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions examples/bb-generate/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ components:
files:
- manifests/bb-gitrepository.yaml
- manifests/bb-zarf-credentials.yaml
- values-files/ingress.yaml
- values-files/kyverno.yaml
- values-files/loki.yaml
- values-files/neuvector.yaml
Expand Down Expand Up @@ -140,4 +139,4 @@ components:
x-mdx: |
This package deploys [Big Bang](https://repo1.dso.mil/platform-one/big-bang/bigbang)
It was generated using the command `zarf dev generate big-bang 2.35.0 --values-file-manifests=values-files/ingress.yaml,values-files/kyverno.yaml,values-files/loki.yaml,values-files/neuvector.yaml`
It was generated using the command `zarf dev generate big-bang 2.35.0 --values-file-manifests=values-files/kyverno.yaml,values-files/loki.yaml,values-files/neuvector.yaml`

0 comments on commit a5ccbb2

Please sign in to comment.