Jonathan Innis

Results 70 issues of Jonathan Innis

**Describe the feature** Add `extraEnvFrom` to helm chart to allow users to mount environment variables (such as proxy settings) from a secret or configmap **Expected behavior** User specifies an array...

enhancement
blocked needs validation

Currently, there doesn't seem to be a way to append a given label to all Kubernetes objects that my Kustomization applies. If I want to leverage the `.spec.patches` property in...

question

**Is your feature request related to a problem? Please describe.** We should create a GitOps based example so that we can show the power of bringing `ApplicationGroups` down from a...

documentation
good first issue
hacktoberfest

**Describe the solution you'd like** Unit tests should be added to the files in the `workflow` package

good first issue
chore
hacktoberfest

**Describe the solution you'd like** Unit tests should be added to the files in the `executor` package

good first issue
chore
hacktoberfest

**Describe the solution you'd like** There's a lot of unnecessary files that are muddying our root directory structure and should be cleaned-up in order to make it easier for other...

chore

- This PR removes the target namespace creation from the controller where it was redundant - This also removes the ownership reference which was sometimes causing namespaces to hang Closes...

**Is your feature request related to a problem? Please describe.** Our tests are currently running ~20m for E2E and will take longer as we add more features. We should parallelize...

enhancement
size : M

**Is your feature request related to a problem? Please describe.** Currently, we use always use the `orkestra` namespace to run the argo workflows. Instead of using this always, we should...

chore
size : S

When there is a change to the `spec.targetNamespace` is changed in the application group, the reconciler is unable to rollback the previous workflow as it can't find the previous one...

bug
size : M
triage