mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Improve console output in secrets.md
This commit is contained in:
		@@ -201,7 +201,7 @@ files and the secret values are base-64 decoded and stored inside these files.
 | 
				
			|||||||
This is the result of commands
 | 
					This is the result of commands
 | 
				
			||||||
executed inside the container from the example above:
 | 
					executed inside the container from the example above:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```console
 | 
				
			||||||
$ ls /etc/foo/
 | 
					$ ls /etc/foo/
 | 
				
			||||||
username
 | 
					username
 | 
				
			||||||
password
 | 
					password
 | 
				
			||||||
@@ -433,7 +433,7 @@ The pods:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Both containers will have the following files present on their filesystems:
 | 
					Both containers will have the following files present on their filesystems:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```console
 | 
				
			||||||
    /etc/secret-volume/username
 | 
					    /etc/secret-volume/username
 | 
				
			||||||
    /etc/secret-volume/password
 | 
					    /etc/secret-volume/password
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user