Skip to content

Commit a1c1878

Browse files
authored
Merge pull request #5 from Dashlane/chore/chart_folder
chore: move chart to charts folder for easier continuous deployment
2 parents 7971ef1 + 07e3b58 commit a1c1878

File tree

10 files changed

+22
-2
lines changed

10 files changed

+22
-2
lines changed
File renamed without changes.

dashlane-audit-logs/Chart.yaml renamed to charts/dashlane-audit-logs/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.3"
24+
appVersion: "0.1"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Usage
2+
3+
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
4+
Helm's [documentation](https://helm.sh/docs) to get started.
5+
6+
Once Helm has been set up correctly, add the repo as follows:
7+
8+
helm repo add dashlane-audit-logs https://dashlane.github.io/dashlane-audit-logs
9+
10+
If you had already added this repo earlier, run `helm repo update` to retrieve
11+
the latest versions of the packages. You can then run `helm search repo
12+
dashlane-audit-logs` to see the charts.
13+
14+
To install the dashlane-audit-logs chart:
15+
16+
helm install dashlane-audit-logs dashlane-audit-logs/dashlane-audit-logs
17+
18+
To uninstall the chart:
19+
20+
helm delete dashlane-audit-logs
File renamed without changes.

dashlane-audit-logs/templates/NOTES.txt

Whitespace-only changes.

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ do
1010
DASHLANE_CLI_RESULT=$(dcli t l --start $DASHLANE_CLI_TIMESTAMP --end now)
1111
echo $DASHLANE_CLI_RESULT | /opt/fluent-bit/bin/fluent-bit -c $DASHLANE_CLI_FLUENTBIT_CONF -q
1212
DASHLANE_CLI_TIMESTAMP=$(date +%s000)
13-
sleep ${DASHLANE_CLI_RUN_DELAY:-60}
13+
sleep ${DASHLANE_CLI_RUN_DELAY:-1800}
1414
done

0 commit comments

Comments
 (0)