File tree 1 file changed +2
-2
lines changed
templates/package/content
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<div class="ui form">
5
5
<div class="field">
6
6
<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>
8
8
helm repo update</code></pre></div>
9
9
</div>
10
10
<div class="field">
11
11
<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>
13
13
</div>
14
14
<div class="field">
15
15
<label>{{.locale.Tr "packages.helm.documentation" | Safe}}</label>
You can’t perform that action at this time.
0 commit comments