mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-11-04 10:01:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
if [ -z "${KUBECONFIG}" ]; then
 | 
						|
    KUBECONFIG=~/.kube/config
 | 
						|
fi
 | 
						|
 | 
						|
kubectl --kubeconfig="$KUBECONFIG" create -f manifests/examples/example-app |