Skip to content

Commit

Permalink
Add ACE
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 21, 2024
1 parent c6f3ff6 commit cef7b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/server/quotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ type QuoteInfo struct {
}

var templateIds = map[string]QuoteInfo{
"ace": {
TemplateDocId: "1eCiJXFRpQ5j_PZVNPHQiYmSAktQYtk1oF4m-e4Bja3o",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
},
"kubedb-enterprise-36": {
TemplateDocId: "1iyvqM_AW3uGb0TLFQgG8HwXJQNNcfxv6EhVPFVBb58w",
MailingLists: []string{listmonkclient.MailingList_KubeDB, listmonkclient.MailingList_Stash},
Expand Down
1 change: 1 addition & 0 deletions templates/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h1 class="title">AppsCode Product Pricing List</h1>
<option value="kubedb-reseller-3_2">KubeDB Reseller 3_2</option>
<option value="kubedb-reseller-4_2">KubeDB Reseller 4_2</option>
<option value="kubedb-reseller-5_2">KubeDB Reseller 5_2</option>
<option value="ace" {{ if eq .Product "ace" }}selected{{ end }}>ACE</option>
<option value="stash-enterprise" {{ if eq .Product "stash-enterprise" }}selected{{ end }}>Stash Enterprise</option>
<option value="kubevault-enterprise" {{ if eq .Product "kubevault-enterprise" }}selected{{ end }}>KubeVault Enterprise</option>
<option value="voyager-enterprise" {{ if eq .Product "voyager-enterprise" }}selected{{ end }}>Voyager Enterprise</option>
Expand Down

0 comments on commit cef7b77

Please sign in to comment.