Skip to content

Commit

Permalink
Merge pull request axoflow#63 from axoflow/generalize-helm-chart
Browse files Browse the repository at this point in the history
RFC: Generalize helm chart
  • Loading branch information
bazsi authored Feb 15, 2024
2 parents f447374 + 1d34fdc commit 2971116
Show file tree
Hide file tree
Showing 24 changed files with 737 additions and 368 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: AxoSyslog Collector
name: AxoSyslog Chart

on:
push:
pull_request:

defaults:
run:
working-directory: charts/axosyslog-collector
working-directory: charts/axosyslog

jobs:
axosyslog-collector:
axosyslog:
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
6 changes: 0 additions & 6 deletions charts/axosyslog-collector/Chart.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions charts/axosyslog-collector/templates/NOTES.txt

This file was deleted.

13 changes: 0 additions & 13 deletions charts/axosyslog-collector/templates/clusterrolebinding.yaml

This file was deleted.

134 changes: 0 additions & 134 deletions charts/axosyslog-collector/templates/config.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions charts/axosyslog-collector/templates/service.yaml

This file was deleted.

135 changes: 0 additions & 135 deletions charts/axosyslog-collector/values.yaml

This file was deleted.

File renamed without changes.
6 changes: 6 additions & 0 deletions charts/axosyslog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v2
name: axosyslog
description: AxoSyslog for Kubernetes
type: application
version: 0.8.1
appVersion: "4.6.0"
File renamed without changes.
2 changes: 2 additions & 0 deletions charts/axosyslog/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. Watch the {{ template "axosyslog.fullname" . }} container start.
$ kubectl get pods --namespace={{ .Release.Namespace }} -l app={{ template "axosyslog.fullname" . }} -w
Loading

0 comments on commit 2971116

Please sign in to comment.