Skip to content

Commit

Permalink
undo rcon changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchauvin committed Aug 29, 2024
1 parent a1e0272 commit 3450294
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion charts/rcon-web-admin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rcon-web-admin
home: https://github.com/rcon-web-admin/rcon-web-admin
description: RCon Web UI for managing game servers
type: application
version: 1.1.1
version: 1.1.0
appVersion: "0.14.1-1"
keywords:
- game
Expand Down
1 change: 0 additions & 1 deletion charts/rcon-web-admin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "rcon-web-admin.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "rcon-web-admin.labels" . | nindent 4 }}
spec:
Expand Down
1 change: 0 additions & 1 deletion charts/rcon-web-admin/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "rcon-web-admin.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
Expand Down
1 change: 0 additions & 1 deletion charts/rcon-web-admin/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ include "rcon-web-admin.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "rcon-web-admin.labels" . | nindent 4 }}
type: Opaque
Expand Down
1 change: 0 additions & 1 deletion charts/rcon-web-admin/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "rcon-web-admin.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "rcon-web-admin.labels" . | nindent 4 }}
1 change: 0 additions & 1 deletion charts/rcon-web-admin/templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "rcon-web-admin.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "rcon-web-admin.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 3450294

Please sign in to comment.