Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Remove secrets from Paddle container
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed Jan 11, 2018
1 parent 151d2f4 commit 253ce7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cli/pipeline/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@ spec:
secretKeyRef:
name: aws-credentials
key: aws-secret-access-key
{{ range $index, $secret := .Secrets }}
-
name: {{ $secret.Name }}
valueFrom:
secretKeyRef:
name: {{ $secret.Store }}
key: {{ $secret.Key }}
{{ end }}
`

func NewPodDefinition(pipelineDefinition *PipelineDefinition, pipelineDefinitionStep *PipelineDefinitionStep) *PodDefinition {
Expand Down

0 comments on commit 253ce7b

Please sign in to comment.