show-me-secrets/values.yaml

24 lines
365 B
YAML
Raw Normal View History

# Default values for ruby-with-binding.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
database:
service:
class: cleardb
plan: spark
image:
repository: drnic/show-me-secrets-ruby
2018-11-16 01:50:59 +00:00
tag: 0.1.0
pullPolicy: Always
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 3000