Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing extensions/v1beta1 since deprecated #431

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Removing extensions/v1beta1 since deprecated
Signed-off-by: kparida <kparida@informatica.com>
  • Loading branch information
infa-kparida committed Dec 1, 2020
commit c43537f22dab5b8cc849d1035b8ebe37b29011e7
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- $thanosPort := .Values.prometheus.thanosIngress.servicePort -}}
{{- $routePrefix := list .Values.prometheus.prometheusSpec.routePrefix }}
{{- $paths := .Values.prometheus.thanosIngress.paths | default $routePrefix -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
{{- if .Values.prometheus.thanosIngress.annotations }}
Expand Down