mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 09:17:27 +00:00
misc: address kustomize/api/filesys deprecation
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
3278a0782f
commit
5b22207c98
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
package kustomization
|
||||
|
||||
import "sigs.k8s.io/kustomize/api/filesys"
|
||||
import "sigs.k8s.io/kustomize/kyaml/filesys"
|
||||
|
||||
type Options struct {
|
||||
FileSystem filesys.FileSystem
|
||||
|
|
|
|||
Loading…
Reference in a new issue