Merge pull request #82 from metal3d/develop
Some fixes on "same-pod" and volumes + add some tests
This commit is contained in:
@@ -16,7 +16,8 @@ effortlessly, saving you time and energy.
|
||||
🛠️ Simple automated CLI: Katenary handles the grunt work, generating everything needed for seamless service binding
|
||||
and Helm Chart creation.
|
||||
|
||||
💡 Effortless Efficiency: You only need to add labels when it's necessary to precise things. Then call `katenary convert` and let the magic happen.
|
||||
💡 Effortless Efficiency: You only need to add labels when it's necessary to precise things.
|
||||
Then call `katenary convert` and let the magic happen.
|
||||
|
||||
# What ?
|
||||
|
||||
@@ -160,7 +161,7 @@ services:
|
||||
katenary.v3/ingress: |-
|
||||
hostname: myapp.example.com
|
||||
port: 80
|
||||
katenary.v3/mapenv: |-
|
||||
katenary.v3/map-env: |-
|
||||
# make adaptations, DB_HOST environment is actually the service name
|
||||
DB_HOST: '{{ .Release.Name }}-database'
|
||||
|
||||
|
Reference in New Issue
Block a user