Skip to content

Commit

Permalink
[#2590] Fix deployment of the ingress-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Nov 16, 2021
1 parent 8dcc30c commit 29d340e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ if index .Values "ingress-controller.enabled" }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -259,4 +258,3 @@ spec:
securityContext:
runAsNonRoot: true
runAsUser: 2000
{{ end }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ if index .Values "ingress-controller.enabled" }}
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -103,4 +102,3 @@ spec:
app.kubernetes.io/instance: ingress-nginx
app.kubernetes.io/component: controller
{{ end }}
{{ end }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ if index .Values "ingress-controller.enabled" }}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -281,4 +280,3 @@ subjects:
- kind: ServiceAccount
name: ingress-nginx-admission
namespace: {{ .Values.namespace }}
{{ end }}

0 comments on commit 29d340e

Please sign in to comment.