Closed vramperez closed 3 months ago
Does this issue reproduce with the latest release? yes
What operating system and processor architecture are you using (kubectl version)? arch: x86_64 OS: Fedora 39
kubectl version
$ kubectl version Client Version: v1.30.0 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.4-eks-036c24b
What did you do? helm template redis-operator charts/redis-operator --set redisOperator.watch_namespace=test
helm template redis-operator charts/redis-operator --set redisOperator.watch_namespace=test
What did you expect to see?
... env: - name: ENABLE_WEBHOOKS value: "false" - name: WATCH_NAMESPACE value: test ...
What did you see instead? watch_namespace property is ignored:
watch_namespace
... env: - name: ENABLE_WEBHOOKS value: "false" ...
fixed in Rediss operator PR #990
Fixed in https://github.com/OT-CONTAINER-KIT/redis-operator/commit/052d2e5e0d21b88ba6b9d5d4e9b31e51ae182a6d
Does this issue reproduce with the latest release? yes
What operating system and processor architecture are you using (
kubectl version
)? arch: x86_64 OS: Fedora 39kubectl version
OutputWhat did you do?
helm template redis-operator charts/redis-operator --set redisOperator.watch_namespace=test
What did you expect to see?
What did you see instead?
watch_namespace
property is ignored: