mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +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
|
package kustomization
|
||||||
|
|
||||||
import "sigs.k8s.io/kustomize/api/filesys"
|
import "sigs.k8s.io/kustomize/kyaml/filesys"
|
||||||
|
|
||||||
type Options struct {
|
type Options struct {
|
||||||
FileSystem filesys.FileSystem
|
FileSystem filesys.FileSystem
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue