UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 405c2c69 authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch 'doc-comment-update' into 'main'

Updating SSO comment for clarity

See merge request !4
parents 9fba73a2 f786c015
No related branches found
Tags 0.2.1
1 merge request!4Updating SSO comment for clarity
Pipeline #1609121 passed
......@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [0.2.1] - 2023-03-29
### Changed
- SSO comment updated for clarity
## [0.2.0] - 2023-03-29
### Changed
- Template for additional networkpolicies
......
# wrapper
![Version: 0.2.0](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Adds full Big Bang integration into a package
......@@ -27,7 +27,7 @@ https://helm.sh/docs/intro/install/
* Clone down the repository
* cd into directory
```bash
helm install bigbang-wrapper chart/
helm install wrapper chart/
```
## Values
......@@ -51,7 +51,7 @@ helm install bigbang-wrapper chart/
| package.network.additionalPolicies | list | `[]` | Custom egress/ingress policies to deploy. [More info](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#networkpolicy-v1-networking-k8s-io) |
| package.secrets | object | `{}` | Secrets that should be created prior to Helm install |
| package.configMaps | object | `{}` | ConfigMaps that should be created prior to Helm install |
| package.sso.enabled | bool | `false` | Toggle AuthService SSO for package; Chain must be setup in Authservice for this to work |
| package.sso.enabled | bool | `false` | Toggle AuthService SSO for package; Chain must be setup in Authservice & workload must be appropriately labeled for this to work |
| package.values | object | `{}` | Pass through values to this package's upstream Helm chart |
## Contributing
......
apiVersion: v2
name: wrapper
version: 0.2.0
version: 0.2.1
description: Adds full Big Bang integration into a package
sources:
- https://repo1.dso.mil/big-bang/product/packages/wrapper
......
......@@ -129,8 +129,9 @@ package:
# data: {}
sso:
# -- Toggle AuthService SSO for package; Chain must be setup in Authservice for this to work
# -- Toggle AuthService SSO for package; Chain must be setup in Authservice & workload
# must be appropriately labeled for this to work
enabled: false
# -- Pass through values to this package's upstream Helm chart
values: {}
\ No newline at end of file
values: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment