Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Jun 1, 2023
1 parent 554ebca commit 00483fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions salt/metalk8s/addons/nginx-ingress/deployed/config-map.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Create Ingress Controller configuration Config Map:
- manifest:
apiVersion: v1
data:
{{ ingress_controller.spec.config | yaml(False) | indent(12) }}
{{ ingress_controller.spec.config | yaml(False) | indent(10) }}
kind: ConfigMap
metadata:
labels:
Expand All @@ -22,8 +22,6 @@ Create Ingress Controller configuration Config Map:
app.kubernetes.io/managed-by: salt
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: metalk8s
app.kubernetes.io/version: 1.6.4
helm.sh/chart: ingress-nginx-4.5.2
heritage: metalk8s
name: ingress-nginx-controller
namespace: metalk8s-ingress
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Create Ingress ServiceConfiguration (metalk8s-ingress/metalk8s-ingress-controlle
config.yaml: |-
apiVersion: addons.metalk8s.scality.com/v1alpha2
kind: IngressControllerConfig
spec:
config:
spec: {}


{%- else %}
Expand Down

0 comments on commit 00483fc

Please sign in to comment.