Skip to content

Commit

Permalink
Merge pull request #61 from controlplane-com/online-boutique-helm-fix
Browse files Browse the repository at this point in the history
Unique naming for org objects fix
  • Loading branch information
enk21 authored Jun 26, 2024
2 parents b54d65d + 8925434 commit 853b146
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/online-boutique/helm/templates/online-boutique.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ spec:
{{- if not .Values.online_boutique.db_postgres }}
---
kind: secret
name: redis-boutique-conf
description: redis-boutique-conf
name: redis-boutique-conf-{{ .Values.online_boutique.gvc }}
description: redis-boutique-conf-{{ .Values.online_boutique.gvc }}
tags: {}
type: opaque
data:
Expand All @@ -722,7 +722,7 @@ description: redis-identity
tags: {}
---
kind: policy
name: redis-cart
name: redis-cart-{{ .Values.online_boutique.gvc }}
tags: {}
origin: default
bindings:
Expand All @@ -732,7 +732,7 @@ bindings:
- //gvc/{{ .Values.online_boutique.gvc }}/identity/redis-identity
targetKind: secret
targetLinks:
- //secret/redis-boutique-conf
- //secret/redis-boutique-conf-{{ .Values.online_boutique.gvc }}
---
kind: volumeset
name: redis-volume
Expand Down Expand Up @@ -782,7 +782,7 @@ spec:
uri: 'cpln://volumeset/redis-volume'
- path: /etc/redis/redis.conf
recoveryPolicy: retain
uri: 'cpln://secret/redis-boutique-conf'
uri: 'cpln://secret/redis-boutique-conf-{{ .Values.online_boutique.gvc }}'
defaultOptions:
autoscaling:
maxConcurrency: 0
Expand Down

0 comments on commit 853b146

Please sign in to comment.