Skip to content

Commit

Permalink
Remove creationTimestamp from ingress (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass authored May 13, 2022
1 parent e649979 commit 07b48e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions src/_base/helm/app/templates/application/webapp/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
{{- with .Values.ingress.annotations }}
{{- with .Values.ingress.annotations }}
annotations:
{{- . | toYaml | nindent 4 }}
{{- end }}
creationTimestamp: null
{{- end }}
labels:
{{- include "chart.labels" . | nindent 4 }}
app.kubernetes.io/component: webapp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
{{- with .Values.ingress.annotations }}
{{- with .Values.ingress.annotations }}
annotations:
{{- . | toYaml | nindent 4 }}
{{- end }}
creationTimestamp: null
{{- end }}
labels:
{{- include "chart.labels" . | nindent 4 }}
app.kubernetes.io/component: webapp
Expand All @@ -32,7 +31,7 @@ spec:
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- toYaml .Values.ingress.tls | nindent 4 }}
{{- toYaml .Values.ingress.tls | nindent 4 }}
{{- end }}
status:
loadBalancer: {}
Expand Down

0 comments on commit 07b48e8

Please sign in to comment.