Skip to content

Commit

Permalink
Add "hello-world.chart" function again
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreese committed Mar 3, 2021
1 parent 9448cfe commit 4888ba8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/hello-world/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ If release name contains chart name it will be used as a full name.
{{- end }}
{{- end }}

{{/*

This comment has been minimized.

Copy link
@alishaika

alishaika Feb 10, 2023

hello boss, this is not working

Create chart name and version as used by the chart label.
*/}}
{{- define "hello-world.chart" -}}
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
{{- end }}

{{/*
Common labels
*/}}
Expand Down

8 comments on commit 4888ba8

@akashcldcvr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job Name notes-app integration pipeline
Job Status failed
Total Steps 2
Progress 1
Message An unexpected error occurred: build has finished with status: Failure
View on Code Pipes

@akashcldcvr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job Name notes-app integration pipeline
Job Status done
View on Code Pipes

@akashcldcvr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job Name notes-app integration pipeline
Job Status failed
Total Steps 2
Progress 0
Message An unexpected error occurred: googleapi: Error 403: cannot access worker pool option "projects/vanguard-qa-297213/locations/asia-southeast1/workerPools/worker-proxy", forbidden
View on Code Pipes

@akashcldcvr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job Name notes-app integration pipeline
Job Status done
View on Code Pipes

@akashcldcvr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job Name NOTES-APP-INTEG-PIPELINE
Job Status done
View on Code Pipes

@akashcldcvr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job Name NOTES-APP-INTEG-PIPELINE
Job Status done
View on Code Pipes

@akashcldcvr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job Name NOTES-APP-INTEG-PIPELINE
Job Status failed
Total Steps 2
Progress 0
Message An unexpected error occurred: googleapi: Error 403: cannot access worker pool option "projects/vanguard-test/locations/asia-southeast1/workerPools/worker-proxy", forbidden
View on Code Pipes

@akashcldcvr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job Name notes-app integration pipeline-0
Job Status failed
Total Steps 2
Progress 0
Message An unexpected error occurred: InvalidInputException: Not authorized to perform DescribeSecurityGroups
View on Code Pipes

Please sign in to comment.