Skip to content

Commit

Permalink
use server instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 10, 2024
1 parent 1d4c6fb commit 456f488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/templates/all_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
project: {{ default $currentScope.Release.Namespace $currentScope.Values.project }}
destination:
namespace: {{ $currentScope.Values.destination.namespace }}
server: {{ $currentScope.Values.destination.server }}
name: {{ $currentScope.Values.destination.name }}
source:
repoURL: {{ default $currentScope.Values.source.repoURL .repoURL }}
path: services/{{ default .service .folder }}
Expand Down
2 changes: 1 addition & 1 deletion apps/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project: bl45p
destination:
server: pollux
name: pollux
namespace: bl45p
source:
repoURL: https://github.com/epics-containers/bl45p.git
Expand Down

0 comments on commit 456f488

Please sign in to comment.