Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
a8ed7816
Commit
a8ed7816
authored
Nov 25, 2017
by
Sergei Antipov
Committed by
Reinhard Nägele
Nov 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/influxdb] Add default values for user creation Job (#2687)
parent
89ddd58c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
post-install-set-auth.yaml
stable/influxdb/templates/post-install-set-auth.yaml
+1
-1
values.yaml
stable/influxdb/values.yaml
+6
-7
No files found.
stable/influxdb/Chart.yaml
View file @
a8ed7816
name
:
influxdb
name
:
influxdb
version
:
0.6.
0
version
:
0.6.
1
description
:
Scalable datastore for metrics, events, and real-time analytics.
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
keywords
:
-
influxdb
-
influxdb
...
...
stable/influxdb/templates/post-install-set-auth.yaml
View file @
a8ed7816
...
@@ -11,7 +11,7 @@ metadata:
...
@@ -11,7 +11,7 @@ metadata:
annotations
:
annotations
:
"
helm.sh/hook"
:
post-install
"
helm.sh/hook"
:
post-install
spec
:
spec
:
activeDeadlineSeconds
:
{{
default 300
.Values.setDefaultUser.activeDeadlineSeconds
}}
activeDeadlineSeconds
:
{{
.Values.setDefaultUser.activeDeadlineSeconds
}}
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
stable/influxdb/values.yaml
View file @
a8ed7816
...
@@ -42,22 +42,22 @@ setDefaultUser:
...
@@ -42,22 +42,22 @@ setDefaultUser:
## Image of the container used for job
## Image of the container used for job
## Default: appropriate/curl:latest
## Default: appropriate/curl:latest
##
##
#
image: appropriate/curl:latest
image
:
appropriate/curl:latest
## Deadline for job so it does not retry forever.
## Deadline for job so it does not retry forever.
## Default: activeDeadline: 300
## Default: activeDeadline: 300
##
##
#
activeDeadline: 300
activeDeadline
:
300
## Restart policy for job
## Restart policy for job
## Default: OnFailure
## Default: OnFailure
#
restartPolicy: OnFailure
restartPolicy
:
OnFailure
#
user:
user
:
## The user name
## The user name
## Default: "admin"
## Default: "admin"
#
username: "admin"
username
:
"
admin"
## User password
## User password
## Default: (Randomly generated 10 characters of Ascii)
## Default: (Randomly generated 10 characters of Ascii)
...
@@ -65,7 +65,7 @@ setDefaultUser:
...
@@ -65,7 +65,7 @@ setDefaultUser:
## User privileges
## User privileges
## Default: "WITH ALL PRIVILEGES"
## Default: "WITH ALL PRIVILEGES"
#
privileges: "WITH ALL PRIVILEGES"
privileges
:
"
WITH
ALL
PRIVILEGES"
## Configure resource requests and limits
## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
...
@@ -82,7 +82,6 @@ resources:
...
@@ -82,7 +82,6 @@ resources:
##
##
nodeSelector
:
{}
nodeSelector
:
{}
## Change InfluxDB configuration paramaters below:
## Change InfluxDB configuration paramaters below:
## Defaults are indicated
## Defaults are indicated
## ref: https://docs.influxdata.com/influxdb/v1.1/administration/config/
## ref: https://docs.influxdata.com/influxdb/v1.1/administration/config/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment