Skip to content

Commit cf15304

Browse files
nit: Fix emojis in README
The 👀 and 🏃 weren't rendering for me, for some strange reason. I tried doing some things with whitespace with no luck. Replacing them with the emojis worked, so then I changed the others too so they're consistent.
1 parent d1d42e5 commit cf15304

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Why not just use the standard `kubectl apply` mechanism to deploy? It is indeed
99

1010
Especially in a CI/CD environment, we need a clear, actionable pass/fail result for each deploy. Providing this was the foundational goal of `krane`, which has grown to support the following core features:
1111

12-
:eyes: Watches the changes you requested to make sure they roll out successfully.
12+
👀 Watches the changes you requested to make sure they roll out successfully.
1313

14-
:interrobang: Provides debug information for changes that failed.
14+
⁉️ Provides debug information for changes that failed.
1515

16-
:1234: Predeploys certain types of resources (e.g. ConfigMap, PersistentVolumeClaim) to make sure the latest version will be available when resources that might consume them (e.g. Deployment) are deployed.
16+
🔢 Predeploys certain types of resources (e.g. ConfigMap, PersistentVolumeClaim) to make sure the latest version will be available when resources that might consume them (e.g. Deployment) are deployed.
1717

18-
:closed_lock_with_key: [Creates Kubernetes secrets from encrypted EJSON](#deploying-kubernetes-secrets-from-ejson), which you can safely commit to your repository
18+
🔐 [Creates Kubernetes secrets from encrypted EJSON](#deploying-kubernetes-secrets-from-ejson), which you can safely commit to your repository
1919

20-
:running: [Running tasks at the beginning of a deploy](#running-tasks-at-the-beginning-of-a-deploy) using bare pods (example use case: Rails migrations)
20+
🏃 [Running tasks at the beginning of a deploy](#running-tasks-at-the-beginning-of-a-deploy) using bare pods (example use case: Rails migrations)
2121

2222
If you need the ability to render dynamic values in templates before deploying, you can use [krane render](#krane-render). Alongside that, this repo also includes tools for [running tasks](#krane-run) and [restarting deployments](#krane-restart).
2323

0 commit comments

Comments
 (0)