File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/package/content Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <div class="ui form">
55 <div class="field">
66 <label>{{svg "octicon-terminal"}} {{.locale.Tr "packages.helm.registry"}}</label>
7- <div class="markup"><pre class="code-block"><code>helm repo add gitea <gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{.PackageDescriptor.Owner.Name}}/helm"></gitea-origin-url>
7+ <div class="markup"><pre class="code-block"><code>helm repo add {{AppDomain}} <gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{.PackageDescriptor.Owner.Name}}/helm"></gitea-origin-url>
88helm repo update</code></pre></div>
99 </div>
1010 <div class="field">
1111 <label>{{svg "octicon-terminal"}} {{.locale.Tr "packages.helm.install"}}</label>
12- <div class="markup"><pre class="code-block"><code>helm install {{.PackageDescriptor.Package.Name}} gitea /{{.PackageDescriptor.Package.Name}}</code></pre></div>
12+ <div class="markup"><pre class="code-block"><code>helm install {{.PackageDescriptor.Package.Name}} {{AppDomain}} /{{.PackageDescriptor.Package.Name}}</code></pre></div>
1313 </div>
1414 <div class="field">
1515 <label>{{.locale.Tr "packages.helm.documentation" | Safe}}</label>
You can’t perform that action at this time.
0 commit comments