Skip to content

Commit

Permalink
Merge pull request #146 from xenit-eu/fix-acs-solr-block-service-enab…
Browse files Browse the repository at this point in the history
…ling

fix enabling acs block solr
  • Loading branch information
hechmi-dammak-xenit authored Apr 19, 2024
2 parents f03dc7b + ee49d9e commit 5a2b1ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xenit-alfresco/templates/ingress/nginx-403-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.ingress.blockAcsSolrApi -}}
{{- if .Values.ingress.blockAcsSolrApi.enabled -}}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
2 changes: 1 addition & 1 deletion xenit-alfresco/templates/ingress/nginx-403-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.ingress.blockAcsSolrApi -}}
{{- if .Values.ingress.blockAcsSolrApi.enabled -}}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
2 changes: 1 addition & 1 deletion xenit-alfresco/templates/ingress/nginx-403-service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.ingress.blockAcsSolrApi -}}
{{- if .Values.ingress.blockAcsSolrApi.enabled -}}
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit 5a2b1ea

Please sign in to comment.