Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type in Argus deployment template #6

Merged
merged 1 commit into from
Aug 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion argus/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
mountPath: "/etc/argus"
readOnly: true
- name: collector
image: "logicmonitor/collector:${{ default "latest" .Values.collectorImageTag }}"
image: "logicmonitor/collector:{{ default "latest" .Values.collectorImageTag }}"
imagePullPolicy: {{ .Values.imagePullPolicy }}
env:
- name: access_id
Expand Down
Binary file modified docs/argus-0.2.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v1
entries:
argus:
- apiVersion: v1
created: 2017-08-10T11:55:41.468954582-07:00
created: 2017-08-10T12:11:37.215107058-07:00
description: Automated Kubernetes monitoring
digest: be9bf971f563d915340bed0e47f589aa83687a0e82793f77b9e549dc9eea9b2c
digest: 3a856ea5e16077fb538e91a940c55dc6ca5e9359093fcf3237e7fb40e33dd414
maintainers:
- email: [email protected]
name: Andrew Rynhard
name: argus
urls:
- https://logicmonitor.github.com/k8s-helm-charts/argus-0.2.0.tgz
version: 0.2.0
generated: 2017-08-10T11:55:41.468345394-07:00
generated: 2017-08-10T12:11:37.214649423-07:00