Add some scripts that are helpful for configuring kubernetes.
This commit is contained in:
@@ -48,6 +48,12 @@ in
|
||||
};
|
||||
};
|
||||
}
|
||||
(lib.mkIf config.me.kubernetes.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
tfk8s # Converts k8s yaml manifests to terraform kubernetes_manifest.
|
||||
k2tf # Converts k8s yaml manifests to terraform real types.
|
||||
];
|
||||
})
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user