Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hepto
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACIDES
Hepto
Merge requests
!13
refactor(
#5
): roles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
refactor(
#5
): roles
feat/role
into
main
Overview
0
Commits
21
Pipelines
11
Changes
29
Open
cyrinux
requested to merge
feat/role
into
main
11 months ago
Overview
0
Commits
21
Pipelines
11
Changes
29
Expand
This try to help issue
#5
Edited
11 months ago
by
cyrinux
👍
0
👎
0
Merge request reports
Compare
main
version 11
9bb29ca7
6 months ago
version 10
7bf4e273
11 months ago
version 9
7bf4e273
11 months ago
version 8
2f7b3eb2
11 months ago
version 7
88106574
11 months ago
version 6
eb6f9615
11 months ago
version 5
7532e2fb
11 months ago
version 4
d5f5e025
11 months ago
version 3
b933a63c
11 months ago
version 2
880acfa7
11 months ago
version 1
9e4c5354
11 months ago
main (base)
and
latest version
latest version
d7e6523b
21 commits,
2 months ago
version 11
9bb29ca7
6 commits,
6 months ago
version 10
7bf4e273
7 commits,
11 months ago
version 9
7bf4e273
5 commits,
11 months ago
version 8
2f7b3eb2
5 commits,
11 months ago
version 7
88106574
5 commits,
11 months ago
version 6
eb6f9615
3 commits,
11 months ago
version 5
7532e2fb
3 commits,
11 months ago
version 4
d5f5e025
4 commits,
11 months ago
version 3
b933a63c
1 commit,
11 months ago
version 2
880acfa7
1 commit,
11 months ago
version 1
9e4c5354
1 commit,
11 months ago
29 files
+
835
−
1775
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
ansible/playbooks/test_podinfo.yaml
+
1
−
0
Options
@@ -11,6 +11,7 @@
tasks
:
-
name
:
Deploy podinfo
ansible.builtin.shell
:
|
kubectl create namespace default
kubectl apply -k github.com/stefanprodan/podinfo//kustomize
environment
:
KUBECONFIG
:
"
{{
kubeconfig
}}"
Loading