mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-25 07:45:01 +00:00
⚡ Fix the annotations
in Ingress
This commit is contained in:
parent
400c681369
commit
1404c68a22
@ -6,15 +6,14 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
certmanager.k8s.io/cluster-issuer: {{ .Values.tap.ingress.certmanager }}
|
certmanager.k8s.io/cluster-issuer: {{ .Values.tap.ingress.certmanager }}
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||||
|
{{- if .Values.tap.annotations }}
|
||||||
|
{{- toYaml .Values.tap.annotations | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
{{- if .Values.tap.labels }}
|
{{- if .Values.tap.labels }}
|
||||||
{{- toYaml .Values.tap.labels | nindent 4 }}
|
{{- toYaml .Values.tap.labels | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
annotations:
|
|
||||||
{{- if .Values.tap.annotations }}
|
|
||||||
{{- toYaml .Values.tap.annotations | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
name: kubeshark-ingress
|
name: kubeshark-ingress
|
||||||
namespace: {{ .Values.tap.selfnamespace }}
|
namespace: {{ .Values.tap.selfnamespace }}
|
||||||
spec:
|
spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user