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
A clear and concise description of what the bug is.
How to reproduce
Steps to reproduce the behavior:
Using Helm chart 0.1.2, deploy to a namespace other than capsule-system
Create a tenant, specifying allowed storage classes
Create a namespace in the tenant
Create a persistent volume claim in the tenant namespace
Error from server (InternalError): error when creating "test-deployment.yaml": Internal error occurred: failed calling webhook "pvc.capsule.clastix.io": Post "https://capsule-webhook-service.capsule-system.svc:443/persistentvolumeclaims?timeout=30s": service "capsule-webhook-service" not found
The namespace for the service is incorrect - it seems to be hardcoded, rather than referencing {{ .Release.Namespace }}
Expected behavior
Webhook configuration should reference the correct namespace. It seems to be fixed in the helm chart files here, but the latest tagged version of the helm chart doesn't include this fix yet.
Is there an ETA for when a new version of the helm chart with this fix will be released, or how we can get around this until then?
Additional context
Capsule version: 0.1.0
Helm Chart version: 0.1.2
Kubernetes version: v1.21.2-eks-0389ca
The text was updated successfully, but these errors were encountered:
Bug description
A clear and concise description of what the bug is.
How to reproduce
Steps to reproduce the behavior:
Error from server (InternalError): error when creating "test-deployment.yaml": Internal error occurred: failed calling webhook "pvc.capsule.clastix.io": Post "https://capsule-webhook-service.capsule-system.svc:443/persistentvolumeclaims?timeout=30s": service "capsule-webhook-service" not found
The namespace for the service is incorrect - it seems to be hardcoded, rather than referencing
{{ .Release.Namespace }}
Expected behavior
Webhook configuration should reference the correct namespace. It seems to be fixed in the helm chart files here, but the latest tagged version of the helm chart doesn't include this fix yet.
Is there an ETA for when a new version of the helm chart with this fix will be released, or how we can get around this until then?
Additional context
The text was updated successfully, but these errors were encountered: