Skip to content
Snippets Groups Projects
Commit 7ecac568 authored by Hamza Remmal's avatar Hamza Remmal
Browse files

Continue restructuring

parent f264862d
No related branches found
No related tags found
1 merge request!74Continue restructuring
...@@ -77,8 +77,5 @@ fabric.properties ...@@ -77,8 +77,5 @@ fabric.properties
# Android studio 3.1+ serialized cache file # Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser .idea/caches/build_file_checksums.ser
#K8S configuration
kubeconfig
# HR : Store all the ic-registry.epfl.ch access tokens to the autograde project # HR : Store all the ic-registry.epfl.ch access tokens to the autograde project
/tokens /tokens
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalDependencies">
<plugin id="com.dmarcotte.handlebars" />
<plugin id="com.intellij.kubernetes" />
<plugin id="com.intellij.spring" />
<plugin id="com.jetbrains.php" />
<plugin id="name.kropp.intellij.makefile" />
<plugin id="org.jetbrains.idea.maven" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="KubernetesSettings"> <component name="KubernetesApiSettings">
<option name="contextName" value="minikube" /> <option name="configPaths">
<list>
<option value="$PROJECT_DIR$/k8s/deploy-envs/local/kubeconfig" />
<option value="$PROJECT_DIR$/k8s/deploy-envs/staging/kubeconfig" />
<option value="$PROJECT_DIR$/k8s/deploy-envs/prod/kubeconfig" />
</list>
</option>
</component> </component>
</project> </project>
\ No newline at end of file
.dockerconfigjson .dockerconfigjson
service-configuration.env service-configuration.env
\ No newline at end of file kubeconfig
\ No newline at end of file
.dockerconfigjson .dockerconfigjson
service-configuration.env service-configuration.env
\ No newline at end of file kubeconfig
\ No newline at end of file
.dockerconfigjson .dockerconfigjson
service-configuration.env service-configuration.env
\ No newline at end of file kubeconfig
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment