Skip to content

Commit

Permalink
fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Oct 30, 2023
1 parent 2c360de commit 214aa5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: propagator
name: svc-ingress-propagator
description: Ingress Propagation Controller

# A chart can be either an 'application' or a 'library' chart.
Expand Down
12 changes: 6 additions & 6 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

# -- instance identifier (Defaults to release name)
identifier: "honeybee"
identifier: ""

ingressClass:
# -- Ingress class name
Expand All @@ -16,9 +16,9 @@ ingressClass:
# Target Configuration
target:
# -- IngressClass on target
ingressClass: "cloudflare"
ingressClass: "propagated"
# -- Namespaced on target
namespace: "ingress-internet"
namespace: "ingress-central"
# -- Target Kubeconfig Secret
kubeconfig:
secret:
Expand All @@ -28,11 +28,11 @@ target:
replicaCount: 1

image:
registry: docker.io
repository: oliverbaehler/dev
registry: ghcr.io
repository: buttahtoast/svc-ingress-propagator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "ing"
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 214aa5a

Please sign in to comment.