Skip to content

Commit

Permalink
Replace hard code namespace with template value (#1256)
Browse files Browse the repository at this point in the history
Use template value for namespace
  • Loading branch information
chenditc authored Aug 25, 2022
1 parent ca8f611 commit 1c40616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/operator/templates/minio.min.io_tenants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.7
meta.helm.sh/release-name: minio-operator
meta.helm.sh/release-namespace: minio-operator
meta.helm.sh/release-namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/managed-by: Helm
name: tenants.minio.min.io
Expand All @@ -15,7 +15,7 @@ spec:
clientConfig:
service:
name: operator
namespace: minio-operator
namespace: {{ .Release.Namespace }}
path: /webhook/v1/crd-conversion
port: 4222
conversionReviewVersions:
Expand Down

0 comments on commit 1c40616

Please sign in to comment.