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
eadeed1d
Unverified
Commit
eadeed1d
authored
Jun 26, 2020
by
Giacomo Tirabassi
Committed by
GitHub
Jun 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing certificate name and configuration when using cert-manager and bumping…
fixing certificate name and configuration when using cert-manager and bumping telegraf-operator version (#114)
parent
c0904994
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Chart.yaml
charts/telegraf-operator/Chart.yaml
+2
-2
certificate.yml
charts/telegraf-operator/templates/certificate.yml
+2
-2
mutatingwebhookconfiguration.yml
...egraf-operator/templates/mutatingwebhookconfiguration.yml
+1
-1
values.yaml
charts/telegraf-operator/values.yaml
+3
-3
No files found.
charts/telegraf-operator/Chart.yaml
View file @
eadeed1d
...
@@ -31,8 +31,8 @@ type: application
...
@@ -31,8 +31,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# to the chart and its templates, including the app version.
version
:
1.
0.2
version
:
1.
1.0
# This is the version number of the application being deployed. This version number should be
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
# incremented each time you make changes to the application.
appVersion
:
v1.
0.6
appVersion
:
v1.
1.0
charts/telegraf-operator/templates/certificate.yml
View file @
eadeed1d
...
@@ -8,11 +8,11 @@ metadata:
...
@@ -8,11 +8,11 @@ metadata:
{{
- include "telegraf-operator.labels" . | nindent 4
}}
{{
- include "telegraf-operator.labels" . | nindent 4
}}
spec
:
spec
:
dnsNames
:
dnsNames
:
-
"
{{
include
"telegraf-operator.fullname" . }}.{{ .Values.namespace }}.svc"
-
"
{{
include
"telegraf-operator.fullname" . }}.{{ .Release.Namespace }}.svc"
-
"
{{
include
"telegraf-operator.fullname" . }}.{{ .Release.Namespace }}"
isCA
:
true
isCA
:
true
issuerRef
:
issuerRef
:
kind
:
Issuer
kind
:
Issuer
name
:
telegraf-operator-issuer
name
:
telegraf-operator-issuer
namespace
:
{{
.Release.Namespace
}}
secretName
:
telegraf-operator-tls
secretName
:
telegraf-operator-tls
{{
- end -
}}
{{
- end -
}}
charts/telegraf-operator/templates/mutatingwebhookconfiguration.yml
View file @
eadeed1d
...
@@ -3,7 +3,7 @@ apiVersion: admissionregistration.k8s.io/v1beta1
...
@@ -3,7 +3,7 @@ apiVersion: admissionregistration.k8s.io/v1beta1
kind
:
MutatingWebhookConfiguration
kind
:
MutatingWebhookConfiguration
metadata
:
metadata
:
annotations
:
annotations
:
cert-manager.io/inject-ca-from
:
"
{{
.
Values.n
amespace
}}/{{
include
"telegraf-operator.fullname" . }}"
cert-manager.io/inject-ca-from
:
"
{{
.
Release.N
amespace
}}/{{
include
"telegraf-operator.fullname" . }}"
labels
:
labels
:
{{
- include "telegraf-operator.labels" . | nindent 4
}}
{{
- include "telegraf-operator.labels" . | nindent 4
}}
name
:
{{
include "telegraf-operator.fullname" .
}}
name
:
{{
include "telegraf-operator.fullname" .
}}
...
...
charts/telegraf-operator/values.yaml
View file @
eadeed1d
...
@@ -2,7 +2,7 @@ replicaCount: 3
...
@@ -2,7 +2,7 @@ replicaCount: 3
image
:
image
:
repository
:
quay.io/influxdb/telegraf-operator
repository
:
quay.io/influxdb/telegraf-operator
pullPolicy
:
IfNotPresent
pullPolicy
:
IfNotPresent
sidecarImage
:
"
docker.io/library/telegraf:1.14.
1
"
sidecarImage
:
"
docker.io/library/telegraf:1.14.
4
"
classes
:
classes
:
secretName
:
"
telegraf-operator-classes"
secretName
:
"
telegraf-operator-classes"
...
@@ -37,8 +37,8 @@ securityContext: {}
...
@@ -37,8 +37,8 @@ securityContext: {}
# runAsUser: 1000
# runAsUser: 1000
resources
:
resources
:
limits
:
limits
:
cpu
:
1
00m
cpu
:
2
00m
memory
:
128
Mi
memory
:
256
Mi
requests
:
requests
:
cpu
:
50m
cpu
:
50m
memory
:
64Mi
memory
:
64Mi
...
...
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