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
It's not possible to install Krane using FluxCD solution because of the following issue:
Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 51: mapping key "restartPolicy" already defined at line 49
Interesting thing is that it works fine with just helm binary.
Krane version: 0.1.1
OS (Linux/Mac/Windows..): MacOS
Kubernetes version: 1.22
Kubernetes distribution (e.g. GKE, EKS, ...): MKE (Mirantis Kubernetes Engine)
How can we reproduce the issue?
Install FluxCD to your cluster, then add two manifests to FluxCD:
Short issue description
It's not possible to install Krane using FluxCD solution because of the following issue:
Interesting thing is that it works fine with just helm binary.
Krane version: 0.1.1
OS (Linux/Mac/Windows..): MacOS
Kubernetes version: 1.22
Kubernetes distribution (e.g. GKE, EKS, ...): MKE (Mirantis Kubernetes Engine)
How can we reproduce the issue?
Install FluxCD to your cluster, then add two manifests to FluxCD:
Suggestions on how to fix the issue
The reason for that is duplicate
restartPolicy
option in RedisGraph deployment manifest on lines https://github.com/appvia/krane/blob/master/charts/krane/templates/deployment.yaml#L48 and https://github.com/appvia/krane/blob/master/charts/krane/templates/deployment.yaml#L62.I've created PR for that fix #278
The text was updated successfully, but these errors were encountered: