Amos Kyler
Amos Kyler
Since the release of 0.7.6 earlier this month --fail-any-none is exiting the application with status code 255 instead of 0. When I downgrade the package to 0.7.5 it works as...
I have the following kube2iam ready resources set up in the default namespace: ## Namespace: ``` apiVersion: v1 kind: Namespace metadata: annotations: iam.amazonaws.com/allowed-roles: | ["dev/*"] name: default ``` ## kube2iam...
ampersand-subcollection and ampersand-collection both use different sort methods. Ampersand-subcollection uses lodash sortBy, and ampersand-collection uses native array sort. I ran into an issue where I was using the wrong sort...