Adam Johnson

Results 6 issues of Adam Johnson

This adds the ability to exclude specific paths when using the git file generator. Closes #468

When using the git directory generator it is possible to exclude specific paths like this ``` generators: - git: repoURL: https://github.com/argoproj-labs/applicationset.git revision: HEAD directories: - path: examples/git-generator-directory/excludes/cluster-addons/* - path: examples/git-generator-directory/excludes/cluster-addons/exclude-helm-guestbook...

@alexellis how would you feel about moving the provisioner defaults into the provision package and removing the additional section? The only config currently in there is for projectID, port and...

### Description Enables creating IAM Identity Mappings using the config file as requested in #4631 ### Checklist - [ ] Added tests that cover your change (if possible) - [x]...

kind/feature

### Problem Statement I would like to write a policy that checks that the combined requests or limits are not greater than the available node resources. The jmesPath `sum` function...

enhancement
JMESPath
end user created

We have a use case where we would like to add `labels` and `annotations` to namespaces but do not want them propagated down the tree. This is useful for Namespace...