You need to sign in or sign up before continuing.
Commit 2df21790 authored by Naseem's avatar Naseem Committed by David McKay

Update deployment apiVersion

This is required so that the charts lint & test pipeline succeeds. Furthermore this is the apiVersion for currently supported versions of kubernetes.
parent 048bb31e
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "chronograf.fullname" . }}
......@@ -9,6 +9,9 @@ metadata:
heritage: "{{ .Release.Service }}"
spec:
replicas: {{ .Values.service.replicas }}
selector:
matchLabels:
app: {{ template "chronograf.fullname" . }}
template:
metadata:
labels:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment