Skip to content

Commit

Permalink
Remove more namespace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Dec 11, 2023
1 parent 3d18cd7 commit b968cd0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion charts/showroom-single-pod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.6
version: 0.0.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 0 additions & 4 deletions charts/showroom-single-pod/templates/terminal/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: edit-{{ .Values.terminal.serviceAccount }}
namespace: {{ .Values.namespace.name }}
labels:
app.kubernetes.io/instance: {{ .Values.namespace.name }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
name: {{ .Values.terminal.serviceAccount }}
namespace: {{ .Values.namespace.name }}
1 change: 0 additions & 1 deletion charts/showroom-single-pod/templates/terminal/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: v1
kind: Secret
metadata:
name: terminal-secret
namespace: {{ .Values.namespace.name }}
type: kubernetes.io/ssh-auth
data:
ssh-privatekey: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ .Values.terminal.serviceAccount }}
namespace: {{ .Values.namespace.name }}

0 comments on commit b968cd0

Please sign in to comment.