Skip to content

Commit

Permalink
Update service-s3.tpl to remove erroneous namespace line (#73)
Browse files Browse the repository at this point in the history
* Update service-s3.tpl

remove namespace line because:
1. it causes a helm error: Error: UPGRADE FAILED: failed to create resource: namespaces "sorry-cypress" not found
2. it's not in any of the other Service files

* Update Chart.yaml

Updating chart version as per pull request feedback
  • Loading branch information
jaredgisin authored Oct 19, 2021
1 parent c6bfcf4 commit 82cbf80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sorry-cypress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sorry-cypress
description: A Helm chart for Sorry Cypress
type: application
version: 1.0.8
version: 1.0.9
appVersion: 1.1.0
home: https://sorry-cypress.dev/
sources:
Expand Down
3 changes: 1 addition & 2 deletions charts/sorry-cypress/templates/service-s3.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "sorry-cypress-helm.fullname" . }}-s3
namespace: sorry-cypress
spec:
type: ExternalName
externalName: {{ include "s3Host" . }}
Expand All @@ -12,4 +11,4 @@ spec:
port: 80
protocol: TCP
targetPort: 80
{{- end }}
{{- end }}

0 comments on commit 82cbf80

Please sign in to comment.