generated from coop-cloud/example
Add test case for long secrets. #2
@ -17,3 +17,4 @@ SECRET_TEST_PASS_TWO_VERSION=v1 # length=10
|
||||
#SECRET_EXTRA_PASS_VERSION=v1
|
||||
|
||||
NETWORK_WITH_COMMENT=BAZ # should be removed
|
||||
#SECRET_LONG_SECRET_VERSION=v1
|
||||
|
12
compose.long_secret.yml
Normal file
12
compose.long_secret.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
secrets:
|
||||
- long_secret
|
||||
|
||||
secrets:
|
||||
long_secret:
|
||||
external: true
|
||||
name: ${STACK_NAME}_long_secret1234567890_${SECRET_LONG_SECRET_VERSION}
|
Loading…
Reference in New Issue
Block a user