Skip to content

Commit

Permalink
even more commenting things
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Mar 19, 2020
1 parent c60e422 commit fb8fc76
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions deploy/helm-chart/kubernetes-replicator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Default values for kubernetes-replicator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

image:
Expand All @@ -14,12 +10,8 @@ nameOverride: ""
fullnameOverride: ""

serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:

podSecurityContext: {}
Expand All @@ -34,10 +26,6 @@ securityContext: {}
# runAsUser: 1000

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
Expand Down

0 comments on commit fb8fc76

Please sign in to comment.