Conversation
Add dependencies based on the proof of concept code.
Aside from the linting and formatting files, all of the `helm` files
were added via AI assistance, largely via the following prompt:
```text
create a folder structure for hosting LFXv2 platform charts in
lfx-v2-helm. see "{proof-of-concept-folder}/README.md" for services.
traefik, OpenFGA, heimdall, and NATS should be included as subcharts. Do
not include any of the docker-built custom services yet. OpenFGA should
have an option to either deploy the included PostgreSQL, or provide a
value with the connection string for an external PostgreSQL database.
```
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
7 similar comments
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
`global` is in used by nats and using it ourselves breaks the nats chart. Instead use `lfx` for our own specific values. Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
the values.yaml file was missing the `config` key for nats. Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
Delete and recreate all PVS (or the entire namespace) to resolve. Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
This actually doesn't do anything, but it allows the pod to start successfully. Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
In the absence of subchart schema, Megalinter's helm linter doesn't understand the nested value properties. Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
This was unblocked with an upstream fix and release yesterday. Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
Add missing core component (OpenSearch) Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
Add dependencies based on the proof of concept code.
Aside from the linting and formatting files, all of the
helmfiles were added via AI assistance, largely via the following prompt: