Skip to content

Commit

Permalink
chore: add namespace declaration (#40)
Browse files Browse the repository at this point in the history
* chore: add namespace declaration

* chore: bump chart version
  • Loading branch information
carslen committed Dec 20, 2022
1 parent f3fe27f commit 5c921e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8s-default-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: k8s-default-backend
version: 0.1.0-rc1
version: 0.1.0-rc2
appVersion: "1.23.2"
description: Ingress default backend for Catena-X
home: https://github.com/catenax-ng/k8s-helm-example
Expand Down
1 change: 1 addition & 0 deletions charts/k8s-default-backend/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ include "k8s-default-backend.fullname" . }}
labels:
{{- include "k8s-default-backend.labels" . | nindent 4 }}
namespace: {{ .Release.Namespace }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down

0 comments on commit 5c921e9

Please sign in to comment.