We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12da312 commit 528f1daCopy full SHA for 528f1da
Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
-name: scalyr-helm
+name: scalyr-agent
3
description: A Helm chart for deploying the Scalyr agent
4
type: application
5
version: 0.1.0
updateDoc.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+docker run --rm -v "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest
0 commit comments