mirror of
https://github.com/rancher/k3k.git
synced 2026-05-21 00:32:58 +00:00
20 lines
466 B
YAML
20 lines
466 B
YAML
replicaCount: 1
|
|
namespace: k3k-system
|
|
|
|
image:
|
|
repository: husseingalal/k3k
|
|
pullPolicy: Always
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "dev"
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
# Specifies whether a service account should be created
|
|
create: true
|
|
# The name of the service account to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name: ""
|