Skip to content

Commit

Permalink
[sonarqube] Update Deployment specs to apps/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
PastNullInfinity committed Apr 2, 2020
1 parent 74ca616 commit 18df5bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 58 deletions.
5 changes: 4 additions & 1 deletion charts/sonarqube/charts/mysql/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "mysql.fullname" . }}
Expand All @@ -8,6 +8,9 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
selector:
matchLabels:
app: {{ template "mysql.fullname" . }}
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion charts/sonarqube/charts/postgresql/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "postgresql.fullname" . }}
Expand All @@ -8,6 +8,9 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
selector:
matchLabels:
app: {{ template "postgresql.fullname" . }}
template:
metadata:
labels:
Expand Down
42 changes: 0 additions & 42 deletions charts/sonarqube/templates/tests/sonarqube-test.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/sonarqube/templates/tests/test-config.yaml

This file was deleted.

0 comments on commit 18df5bd

Please sign in to comment.