This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
voting-app/voting-app.dockerapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ name: app-test
111111description: my cool app
112112# Namespace to use when pushing to a registry. This is typically your Hub username.
113113#namespace: myHubUsername
114- # List of application maitainers with name and email for each
114+ # List of application maintainers with name and email for each
115115maintainers:
116116 - name: bob
117117 email:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: tac
77description: my cool app
88# Namespace to use when pushing to a registry. This is typically your Hub username.
99#namespace: myHubUsername
10- # List of application maitainers with name and email for each
10+ # List of application maintainers with name and email for each
1111maintainers:
1212 - name: bob
1313 email:
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ name: hello-world
2323description:
2424# Namespace to use when pushing to a registry. This is typically your Hub username.
2525# namespace: myHubUsername
26- # List of application maitainers with name and email for each
26+ # List of application maintainers with name and email for each
2727maintainers:
2828 - name: user
2929 email:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: hello-world
77description: "Hello, World!"
88# Namespace to use when pushing to a registry. This is typically your Hub username.
99namespace: myHubUsername
10- # List of application maitainers with name and email for each
10+ # List of application maintainers with name and email for each
1111maintainers:
1212 - name: user
1313 email: "user@email.com"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: voting-app
66description : " Dogs or cats?"
77# Namespace to use when pushing to a registry. This is typically your Hub username.
88namespace : myHubUsername
9- # List of application maitainers with name and email for each
9+ # List of application maintainers with name and email for each
1010maintainers :
1111 - name : user
1212 email : user@email.com
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ name: {{ .Name }}
247247description: {{ .Description }}
248248# Namespace to use when pushing to a registry. This is typically your Hub username.
249249{{ if len .Namespace}}namespace: {{ .Namespace }} {{ else }}#namespace: myHubUsername{{ end }}
250- # List of application maitainers with name and email for each
250+ # List of application maintainers with name and email for each
251251{{ if len .Maintainers }}maintainers:
252252{{ range .Maintainers }} - name: {{ .Name }}
253253 email: {{ .Email }}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ name: writemetadata_test
8282description:
8383# Namespace to use when pushing to a registry. This is typically your Hub username.
8484#namespace: myHubUsername
85- # List of application maitainers with name and email for each
85+ # List of application maintainers with name and email for each
8686maintainers:
8787 - name: bearclaw
8888 email: bearclaw
You can’t perform that action at this time.
0 commit comments