mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	fix broken link in secrets doc
This commit is contained in:
		@@ -26,7 +26,7 @@ This is an example of a simple secret, in json format:
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The data field is a map.
 | 
					The data field is a map.
 | 
				
			||||||
Its keys must match [DNS_SUBDOMAIN](docs/design/identifiers.md).
 | 
					Its keys must match [DNS_SUBDOMAIN](design/identifiers.md).
 | 
				
			||||||
The values are arbitrary data, encoded using base64.
 | 
					The values are arbitrary data, encoded using base64.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is an example of a pod that uses a secret, in json format:
 | 
					This is an example of a pod that uses a secret, in json format:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user