mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-11-04 01:51:01 +01:00 
			
		
		
		
	Merge pull request #1213 from metalmatze/blackbox-exporter-psp
Fix name for blackbox-exporter PodSecurityPolicy
This commit is contained in:
		
						commit
						071b39477a
					
				@ -117,7 +117,11 @@ local restrictedPodSecurityPolicy = {
 | 
			
		||||
            },
 | 
			
		||||
          }
 | 
			
		||||
        else
 | 
			
		||||
          {};
 | 
			
		||||
          {
 | 
			
		||||
            metadata+: {
 | 
			
		||||
              name: 'blackbox-exporter-psp',
 | 
			
		||||
            },
 | 
			
		||||
          };
 | 
			
		||||
 | 
			
		||||
      restrictedPodSecurityPolicy + blackboxExporterPspPrivileged,
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user