mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 03:46:31 +00:00
fix chart and github workflow (#27)
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
@@ -23,10 +23,12 @@ jobs:
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v3
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.5.0
|
||||
with:
|
||||
charts_dir: charts
|
||||
config: config.yaml
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.TOKEN }}"
|
||||
@@ -0,0 +1,3 @@
|
||||
release-name-template: {{ .Name }}-Chart-{{ .Version }}
|
||||
git-base-url: https://api.github.com/
|
||||
git-upload-url: https://uploads.github.com/
|
||||
@@ -23,12 +23,4 @@ spec:
|
||||
- containerPort: 8080
|
||||
name: https
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: https
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: https
|
||||
serviceAccountName: {{ include "k3k.serviceAccountName" . }}
|
||||
Reference in New Issue
Block a user