Skip to content

Commit

Permalink
fix enabling acs block solr
Browse files Browse the repository at this point in the history
  • Loading branch information
hechmi-dammak-xenit committed Apr 19, 2024
1 parent f03dc7b commit ee49d9e
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 ee49d9e

Please sign in to comment.