Skip to content

Commit

Permalink
fix: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Oct 23, 2021
1 parent 84cea14 commit 3b3cabd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/sql-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
apiVersion: v2
name: sql-operator
description: Manage your Sql servers
version: 0.1.0
version: 0.1.1
maintainers:
- name: NoUseFreak
email: [email protected]
Expand Down
4 changes: 0 additions & 4 deletions charts/sql-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ spec:
{{- if .Values.watchNamespaces }}
- --watch-namespaces={{- include "sql-operator.watchNamespaces" . -}}
{{- end }}

env:
- name: POD_NAMESPACE
valueFrom:
Expand All @@ -63,7 +62,6 @@ spec:
{{- if .Values.envVars }}
{{- toYaml .Values.envVars | nindent 10 }}
{{- end }}

securityContext:
allowPrivilegeEscalation: false
livenessProbe:
Expand All @@ -78,10 +76,8 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10

resources:
{{- toYaml .Values.resources | nindent 10 }}

{{- if .Values.sidecarContainers }}
{{ toYaml .Values.sidecarContainers | nindent 6 }}
{{- end }}
Expand Down

0 comments on commit 3b3cabd

Please sign in to comment.