-
## Summary
My workflow worked. I expected it to not work. I used the following when expression:
```yaml
when: "{{=jsonpath(inputs.parameters.json, '$.a') == 'b'}}"
```
I expected to get a…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I can confirm the issue exists when I tested with `:latest`
- [X] I have searched existing issues and could not find a match for …
-
### Context
The way to submit workflows to argo in nebari is to create a [python script that you want to run](https://github.com/nebari-dev/nebari-argo-assistant/blob/main/examples/basic_conda_usag…
-
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
…
-
**Describe the bug**
The conversion to hooks in https://github.com/react-monaco-editor/react-monaco-editor/pull/625 has caused unintentional breaking changes.
The use of `useEffect` is not a drop…
-
This is a placeholder/tracking issue for deploying some GitOps solution to deploy Terraform and Kubernetes resources for eks-prow-build-cluster. We're yet to discuss and decide upon how we want to han…
-
### Problem
If you're a k8s fan then using `pangeo-forge-runner.FlinkOperatorBakery` isn't that gross out of the box. But the k8s interface is a hard pill to swallow for those who are less familiar. …
-
# Summary
I think new Snyk scans/reports should be added to the CI. This is a top-level ticket to cover the several types of reports I think should be added.
# Motivation
The Snyk check that …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When using fleet to deploy the following fleet charts, workload resources are annotated…
-
# Summary
Support `{{ input.parameters.json-env }}` type templating in the `env` section of the container spec.
# Use Cases
I'm trying to reduce passing parameters between all the steps. A wa…