Skip to content

Commit

Permalink
chore(ingress): Experimental Native Ingress
Browse files Browse the repository at this point in the history
Add newline and comment for huge if statmenet

Non breaking change, just semantic
  • Loading branch information
krisnova committed Mar 6, 2017
1 parent 9136b81 commit a795d72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/router/templates/router-dhparam-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
type: Opaque
data:
dhparam: {{ if not (empty .Values.dhparam) }}{{ .Values.dhparam | b64enc}}{{ else }}LS0tLS1CRUdJTiBESCBQQVJBTUVURVJTLS0tLS0KTUlJQkNBS0NBUUVBNGJPMlpCOTRYVVh3YjlSL0QxM0xFZ2d6V1U2Y0hZSXJzakdseVhUSkZHZmdsaFl5TUtnUQpKRXFsTjd5RWs0UUNVV25iTEtDU2F4anZCTVNqbWlTR3VvajNWRDlYRTVDaGx2SzlGQVp6alFGMFZ2VzdkNDJmCnNkNmlmcUYwSUV0R2lxWDRpTzhtWmhYZVJrc3BYekZXYkhyTklaanBCdmc5VDhmczY0ZCtDU2l2SXBqWWRVQ1UKQWRhNTViRDdLeWJkTWdJMFZza21jL3RpclN5SkIwZDVmUnYraG1vMW9pOG92Rm9vUFp2cS9HWGxPOHlRRzRZTgppWXdWYmU5c29wQ3lYNzEzaUtlM0pBQ29JWnUxZXgrRjVhbU53U3E3Rk9xb2JqK3Z2cURRM0Q2WEJaanczT3NuClFRWmVhTWYyMDVwOERWbFpWLzRqQUtQeEpUQkxyejh6c3dJQkFnPT0KLS0tLS1FTkQgREggUEFSQU1FVEVSUy0tLS0tCg=={{ end }}
{{ end }}
{{ end }}{{/* if not .Values.global.experimental_native_ingress */}}
2 changes: 1 addition & 1 deletion charts/router/templates/router-service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
name: deis-router
labels:
heritage: deis
{{ end }}
{{ end }}{{/* if not .Values.global.experimental_native_ingress */}}
2 changes: 1 addition & 1 deletion charts/router/templates/router-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- name: healthz
port: 9090
targetPort: 9090
{{ end }}
{{ end }}{{/* if not .Values.global.experimental_native_ingress */}}

0 comments on commit a795d72

Please sign in to comment.