You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used argocd by using remote build of kustomize, but a warning has come out from v1.5.0.
I didn't see it in v1.4.2.
2020/04/03 19:47:55 nil value at `env.valueFrom.configMapKeyRef.name` ignored in mutation attempt
2020/04/03 19:47:55 nil value at `env.valueFrom.secretKeyRef.name` ignored in mutation attempt
To Reproduce
Do kustomize build with remote build.
Expected behavior
Version
argocd v1.5.0
kustomize 3.5.4
Run kubeval to make the results more understood.
kustomize build github.com/argoproj/argo-cd//manifests/ha/cluster-install?ref=v1.5.0 | kubeval --ignore-missing-schemas
WARN - Set to ignore missing schemas
2020/04/03 19:47:55 nil value at `env.valueFrom.configMapKeyRef.name` ignored in mutation attempt
2020/04/03 19:47:55 nil value at `env.valueFrom.secretKeyRef.name` ignored in mutation attempt
WARN - stdin containing a CustomResourceDefinition was not validated against a schema
WARN - stdin containing a CustomResourceDefinition was not validated against a schema
PASS - stdin contains a valid ServiceAccount
PASS - stdin contains a valid ServiceAccount
PASS - stdin contains a valid ServiceAccount
PASS - stdin contains a valid ServiceAccount
PASS - stdin contains a valid ServiceAccount
PASS - stdin contains a valid Role
PASS - stdin contains a valid Role
PASS - stdin contains a valid Role
PASS - stdin contains a valid Role
PASS - stdin contains a valid ClusterRole
PASS - stdin contains a valid ClusterRole
PASS - stdin contains a valid RoleBinding
PASS - stdin contains a valid RoleBinding
PASS - stdin contains a valid RoleBinding
PASS - stdin contains a valid RoleBinding
PASS - stdin contains a valid ClusterRoleBinding
PASS - stdin contains a valid ClusterRoleBinding
PASS - stdin contains a valid ConfigMap
PASS - stdin contains a valid ConfigMap
PASS - stdin contains a valid ConfigMap
PASS - stdin contains a valid ConfigMap
PASS - stdin contains a valid ConfigMap
PASS - stdin contains a valid Secret
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Service
PASS - stdin contains a valid Deployment
PASS - stdin contains a valid Deployment
PASS - stdin contains a valid Deployment
PASS - stdin contains a valid Deployment
PASS - stdin contains a valid Deployment
PASS - stdin contains a valid StatefulSet
The text was updated successfully, but these errors were encountered:
Checklist:
argocd version
.Describe the bug
I didn't see it in v1.4.2.
To Reproduce
Expected behavior
Version
argocd v1.5.0
kustomize 3.5.4
Run kubeval to make the results more understood.
The text was updated successfully, but these errors were encountered: