diff --git a/01-intro-01/img/bash_sasarnd.png b/01-intro-01/img/bash_sasarnd.png new file mode 100644 index 00000000..b41dd78d Binary files /dev/null and b/01-intro-01/img/bash_sasarnd.png differ diff --git a/01-intro-01/img/jsonnet_sasarnd.png b/01-intro-01/img/jsonnet_sasarnd.png new file mode 100644 index 00000000..0e67abd3 Binary files /dev/null and b/01-intro-01/img/jsonnet_sasarnd.png differ diff --git a/01-intro-01/img/markdown_sasarnd.png b/01-intro-01/img/markdown_sasarnd.png new file mode 100644 index 00000000..fb3e9244 Binary files /dev/null and b/01-intro-01/img/markdown_sasarnd.png differ diff --git a/01-intro-01/img/terraform_sasarnd.png b/01-intro-01/img/terraform_sasarnd.png new file mode 100644 index 00000000..c4acb2ad Binary files /dev/null and b/01-intro-01/img/terraform_sasarnd.png differ diff --git a/01-intro-01/img/yaml_sasarnd.png b/01-intro-01/img/yaml_sasarnd.png new file mode 100644 index 00000000..ee519936 Binary files /dev/null and b/01-intro-01/img/yaml_sasarnd.png differ diff --git a/01-intro-01/netology.jsonnet b/01-intro-01/netology.jsonnet index 6a5b7b57..845bd86b 100644 --- a/01-intro-01/netology.jsonnet +++ b/01-intro-01/netology.jsonnet @@ -1,3 +1,6 @@ + +//Коротенко Александр + local k = (import 'ksonnet-util/kausal.libsonnet'); { diff --git a/01-intro-01/netology.md b/01-intro-01/netology.md index 4406fb07..e84bfa72 100644 --- a/01-intro-01/netology.md +++ b/01-intro-01/netology.md @@ -1,3 +1,6 @@ + +[Коротенко Александр](https://t.me/SaSaRnD) + # Заголовок ## Подзаголовок diff --git a/01-intro-01/netology.sh b/01-intro-01/netology.sh index e000b52a..799f1508 100644 --- a/01-intro-01/netology.sh +++ b/01-intro-01/netology.sh @@ -1,3 +1,6 @@ + +#Коротенко Александр + #!/usr/bin/env bash STUDENT_NAME="your name" diff --git a/01-intro-01/netology.tf b/01-intro-01/netology.tf index 03702ba3..713e3cd8 100644 --- a/01-intro-01/netology.tf +++ b/01-intro-01/netology.tf @@ -1,3 +1,6 @@ + +//Коротенко Александр + provider "aws" { region = "us-west-2" version = "~> 2.18" diff --git a/01-intro-01/netology.yaml b/01-intro-01/netology.yaml index 3eafd6f3..8ce18084 100644 --- a/01-intro-01/netology.yaml +++ b/01-intro-01/netology.yaml @@ -1,3 +1,6 @@ + +#Коротенко Александр + apiVersion: v1 kind: Service metadata: