Skip to content

Commit

Permalink
Fix configMapName issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Jul 3, 2024
1 parent c4749be commit 498a7c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/examples/injector_v1_agentversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ metadata:
app.kubernetes.io/name: joylive-injector
app.kubernetes.io/managed-by: joylive-injector
name: agentversion-1.0.0-e979a2d-amd64
namespace: joylive
spec:
version: 1.0.0-e979a2d-AMD64
configMapName: joylive-agent-config-1.0.0-e979a2d-AMD64
configMapName: joylive-agent-config-1.0.0-e979a2d-amd64
enable: true

0 comments on commit 498a7c9

Please sign in to comment.