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 @@ -100,7 +100,7 @@ name: app-test
100100# A short description of the application
101101description: my cool app
102102# Namespace to use when pushing to a registry. This is typically your Hub username.
103- #namespace: myHubUsername
103+ #namespace: myhubusername
104104# List of application maintainers with name and email for each
105105maintainers:
106106 - name: bob
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: tac
66# A short description of the application
77description: my cool app
88# Namespace to use when pushing to a registry. This is typically your Hub username.
9- #namespace: myHubUsername
9+ #namespace: myhubusername
1010# List of application maintainers with name and email for each
1111maintainers:
1212 - name: bob
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ name: hello-world
2222# A short description of the application
2323description:
2424# Namespace to use when pushing to a registry. This is typically your Hub username.
25- # namespace: myHubUsername
25+ # namespace: myhubusername
2626# List of application maintainers with name and email for each
2727maintainers:
2828 - name: user
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: hello-world
66# A short description of the application
77description: "Hello, World!"
88# Namespace to use when pushing to a registry. This is typically your Hub username.
9- namespace: myHubUsername
9+ namespace: myhubusername
1010# List of application maintainers with name and email for each
1111maintainers:
1212 - name: user
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: voting-app
55# A short description of the application
66description : " Dogs or cats?"
77# Namespace to use when pushing to a registry. This is typically your Hub username.
8- namespace : myHubUsername
8+ namespace : myhubusername
99# List of application maintainers with name and email for each
1010maintainers :
1111 - name : user
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ name: {{ .Name }}
192192# A short description of the application
193193description: {{ .Description }}
194194# Namespace to use when pushing to a registry. This is typically your Hub username.
195- {{ if len .Namespace}}namespace: {{ .Namespace }} {{ else }}#namespace: myHubUsername {{ end }}
195+ {{ if len .Namespace}}namespace: {{ .Namespace }} {{ else }}#namespace: myhubusername {{ end }}
196196# List of application maintainers with name and email for each
197197{{ if len .Maintainers }}maintainers:
198198{{ range .Maintainers }} - name: {{ .Name }}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ name: writemetadata_test
107107# A short description of the application
108108description:
109109# Namespace to use when pushing to a registry. This is typically your Hub username.
110- #namespace: myHubUsername
110+ #namespace: myhubusername
111111# List of application maintainers with name and email for each
112112maintainers:
113113 - name: bearclaw
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ func TestWithAttachmentsIncludingNestedCoreFiles(t *testing.T) {
217217func TestValidateBrokenMetadata (t * testing.T ) {
218218 r := strings .NewReader (`#version: 0.1.0-missing
219219name: _INVALID-name
220- namespace: myHubUsername
220+ namespace: myhubusername
221221maintainers:
222222 - name: user
223223 email: user@email.com
You can’t perform that action at this time.
0 commit comments