Skip to content

Commit

Permalink
chore: update chart to use env var from fasit
Browse files Browse the repository at this point in the history
  • Loading branch information
Muni10 committed Jun 26, 2024
1 parent 844873e commit 2a49567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions charts/Feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ environmentKinds:
- tenant
values:
apiServerCIDR:
description: CIDR for the API server
displayName: API server CIDR
config:
type: string
displayName: API server cidr
computed:
template: '"{{ .Env.apiserver_endpoint }}/32"'
image.tag:
displayName: Image tag
config:
Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

apiServerCIDR: 172.16.0.2/32
apiServerCIDR: ""

image:
repository: europe-north1-docker.pkg.dev/nais-io/nais/images/hahaha
Expand Down

0 comments on commit 2a49567

Please sign in to comment.