Commit 94513ec8 authored by sfang97's avatar sfang97

Remove hardcoded k8s version

parent 480096d5
const [{ value: kubernetesVersion }] = [{ name: '1.16', value: '1.16' }];
import { KUBERNETES_VERSIONS } from '../constants';
const kubernetesVersion = KUBERNETES_VERSIONS.find(version => version.default).value;
export default () => ({
createRolePath: null,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment