fix: also save secret data in /static-pods
This commit is contained in:
		@ -142,6 +142,13 @@ func (ctx *renderContext) StaticPods() (ba []byte, err error) {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if secretData.Changed() {
 | 
			
		||||
		err = secretData.Save()
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	ba = buf.Bytes()
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user