mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Remove secrets as part of stack remove.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
11
integration-cli/fixtures/deploy/remove.yaml
Normal file
11
integration-cli/fixtures/deploy/remove.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
version: "3.1"
|
||||
services:
|
||||
web:
|
||||
image: busybox@sha256:e4f93f6ed15a0cdd342f5aae387886fba0ab98af0a102da6276eaf24d6e6ade0
|
||||
command: top
|
||||
secrets:
|
||||
- special
|
||||
secrets:
|
||||
special:
|
||||
file: fixtures/secrets/default
|
||||
Reference in New Issue
Block a user