You've already forked drone-charts
							
							[Close #11] fix: remove obsolete replicaCount
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/tag Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/tag Build is passing
				
			This commit is contained in:
		
							
								
								
									
										30
									
								
								values.yaml
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								values.yaml
									
									
									
									
									
								
							@@ -2,8 +2,6 @@
 | 
				
			|||||||
# This is a YAML-formatted file.
 | 
					# This is a YAML-formatted file.
 | 
				
			||||||
# Declare variables to be passed into your templates.
 | 
					# Declare variables to be passed into your templates.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
replicaCount: 1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
image:
 | 
					image:
 | 
				
			||||||
  repository: docker.io/drone/drone
 | 
					  repository: docker.io/drone/drone
 | 
				
			||||||
  pullPolicy: IfNotPresent
 | 
					  pullPolicy: IfNotPresent
 | 
				
			||||||
@@ -18,10 +16,12 @@ podAnnotations: {}
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
podPriorityClassName: ""
 | 
					podPriorityClassName: ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
podSecurityContext: {}
 | 
					podSecurityContext:
 | 
				
			||||||
 | 
					  {}
 | 
				
			||||||
  # fsGroup: 2000
 | 
					  # fsGroup: 2000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
securityContext: {}
 | 
					securityContext:
 | 
				
			||||||
 | 
					  {}
 | 
				
			||||||
  # capabilities:
 | 
					  # capabilities:
 | 
				
			||||||
  #   drop:
 | 
					  #   drop:
 | 
				
			||||||
  #   - ALL
 | 
					  #   - ALL
 | 
				
			||||||
@@ -29,7 +29,8 @@ securityContext: {}
 | 
				
			|||||||
  # runAsNonRoot: true
 | 
					  # runAsNonRoot: true
 | 
				
			||||||
  # runAsUser: 1000
 | 
					  # runAsUser: 1000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config: {}
 | 
					config:
 | 
				
			||||||
 | 
					  {}
 | 
				
			||||||
  # DRONE_BITBUCKET_CLIENT_ID
 | 
					  # DRONE_BITBUCKET_CLIENT_ID
 | 
				
			||||||
  # String value. Configures the Bitbucket OAuth client id. This is used to
 | 
					  # String value. Configures the Bitbucket OAuth client id. This is used to
 | 
				
			||||||
  # authorize access to Bitbucket on behalf of a Drone user.
 | 
					  # authorize access to Bitbucket on behalf of a Drone user.
 | 
				
			||||||
@@ -546,16 +547,17 @@ ingress:
 | 
				
			|||||||
    # cert-manager.io/issuer:
 | 
					    # cert-manager.io/issuer:
 | 
				
			||||||
    # kubernetes.io/tls-acme: "true"
 | 
					    # kubernetes.io/tls-acme: "true"
 | 
				
			||||||
  hosts:
 | 
					  hosts:
 | 
				
			||||||
  - host: "your-hostname"
 | 
					    - host: "your-hostname"
 | 
				
			||||||
    paths:
 | 
					      paths:
 | 
				
			||||||
    - path: /
 | 
					        - path: /
 | 
				
			||||||
      pathType: ImplementationSpecific
 | 
					          pathType: ImplementationSpecific
 | 
				
			||||||
  tls:
 | 
					  tls:
 | 
				
			||||||
  - secretName: "your-tls-secret"
 | 
					    - secretName: "your-tls-secret"
 | 
				
			||||||
    hosts:
 | 
					      hosts:
 | 
				
			||||||
    - "your-hostname"
 | 
					        - "your-hostname"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
resources: {}
 | 
					resources:
 | 
				
			||||||
 | 
					  {}
 | 
				
			||||||
  # We usually recommend not to specify default resources and to leave this as a conscious
 | 
					  # 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
 | 
					  # 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
 | 
					  # resources, such as Minikube. If you do want to specify resources, uncomment the following
 | 
				
			||||||
@@ -581,7 +583,7 @@ persistence:
 | 
				
			|||||||
  # existingClaim:
 | 
					  # existingClaim:
 | 
				
			||||||
  size: 5Gi
 | 
					  size: 5Gi
 | 
				
			||||||
  accessModes:
 | 
					  accessModes:
 | 
				
			||||||
  - ReadWriteOnce
 | 
					    - ReadWriteOnce
 | 
				
			||||||
  labels: {}
 | 
					  labels: {}
 | 
				
			||||||
  # storageClass:
 | 
					  # storageClass:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user